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,7 +3,11 @@ set( AutoScroll_SRCS
|
|||
autoscroller.cpp
|
||||
framescroller.cpp
|
||||
autoscrollsettings.cpp
|
||||
)
|
||||
autoscrollplugin.h
|
||||
autoscroller.h
|
||||
framescroller.h
|
||||
autoscrollsettings.h
|
||||
)
|
||||
|
||||
ecm_create_qm_loader( AutoScroll_SRCS falkon_autoscroll_qt )
|
||||
|
||||
|
|
|
@ -2,7 +2,10 @@ set( FlashCookieManager_SRCS
|
|||
fcm_plugin.cpp
|
||||
fcm_dialog.cpp
|
||||
fcm_notification.cpp
|
||||
)
|
||||
fcm_plugin.h
|
||||
fcm_dialog.h
|
||||
fcm_notification.h
|
||||
)
|
||||
|
||||
ecm_create_qm_loader( FlashCookieManager_SRCS falkon_flashcookiemanager_qt )
|
||||
|
||||
|
|
|
@ -2,6 +2,9 @@ set(KDEFrameworksIntegration_SRCS
|
|||
kdeframeworksintegrationplugin.cpp
|
||||
kwalletpasswordbackend.cpp
|
||||
kioschemehandler.cpp
|
||||
kdeframeworksintegrationplugin.h
|
||||
kwalletpasswordbackend.h
|
||||
kioschemehandler.h
|
||||
)
|
||||
|
||||
ecm_create_qm_loader(KDEFrameworksIntegration_SRCS falkon_kdeframeworksintegration_qt)
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
set( TestPlugin_SRCS
|
||||
testplugin.cpp
|
||||
testplugin_sidebar.cpp
|
||||
)
|
||||
testplugin.h
|
||||
testplugin_sidebar.h
|
||||
)
|
||||
|
||||
ecm_create_qm_loader( TestPlugin_SRCS falkon_testplugin_qt )
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user