mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Show more headers in qtc6
This commit is contained in:
parent
b71a5085cc
commit
2228bd502e
|
@ -3,6 +3,10 @@ set( AutoScroll_SRCS
|
||||||
autoscroller.cpp
|
autoscroller.cpp
|
||||||
framescroller.cpp
|
framescroller.cpp
|
||||||
autoscrollsettings.cpp
|
autoscrollsettings.cpp
|
||||||
|
autoscrollplugin.h
|
||||||
|
autoscroller.h
|
||||||
|
framescroller.h
|
||||||
|
autoscrollsettings.h
|
||||||
)
|
)
|
||||||
|
|
||||||
ecm_create_qm_loader( AutoScroll_SRCS falkon_autoscroll_qt )
|
ecm_create_qm_loader( AutoScroll_SRCS falkon_autoscroll_qt )
|
||||||
|
|
|
@ -2,6 +2,9 @@ set( FlashCookieManager_SRCS
|
||||||
fcm_plugin.cpp
|
fcm_plugin.cpp
|
||||||
fcm_dialog.cpp
|
fcm_dialog.cpp
|
||||||
fcm_notification.cpp
|
fcm_notification.cpp
|
||||||
|
fcm_plugin.h
|
||||||
|
fcm_dialog.h
|
||||||
|
fcm_notification.h
|
||||||
)
|
)
|
||||||
|
|
||||||
ecm_create_qm_loader( FlashCookieManager_SRCS falkon_flashcookiemanager_qt )
|
ecm_create_qm_loader( FlashCookieManager_SRCS falkon_flashcookiemanager_qt )
|
||||||
|
|
|
@ -2,6 +2,9 @@ set(KDEFrameworksIntegration_SRCS
|
||||||
kdeframeworksintegrationplugin.cpp
|
kdeframeworksintegrationplugin.cpp
|
||||||
kwalletpasswordbackend.cpp
|
kwalletpasswordbackend.cpp
|
||||||
kioschemehandler.cpp
|
kioschemehandler.cpp
|
||||||
|
kdeframeworksintegrationplugin.h
|
||||||
|
kwalletpasswordbackend.h
|
||||||
|
kioschemehandler.h
|
||||||
)
|
)
|
||||||
|
|
||||||
ecm_create_qm_loader(KDEFrameworksIntegration_SRCS falkon_kdeframeworksintegration_qt)
|
ecm_create_qm_loader(KDEFrameworksIntegration_SRCS falkon_kdeframeworksintegration_qt)
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
set( TestPlugin_SRCS
|
set( TestPlugin_SRCS
|
||||||
testplugin.cpp
|
testplugin.cpp
|
||||||
testplugin_sidebar.cpp
|
testplugin_sidebar.cpp
|
||||||
|
testplugin.h
|
||||||
|
testplugin_sidebar.h
|
||||||
)
|
)
|
||||||
|
|
||||||
ecm_create_qm_loader( TestPlugin_SRCS falkon_testplugin_qt )
|
ecm_create_qm_loader( TestPlugin_SRCS falkon_testplugin_qt )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user