Show more headers in qtc6

remotes/origin/release/22.08
Laurent Montel 4 years ago
parent b71a5085cc
commit 2228bd502e
  1. 6
      src/plugins/AutoScroll/CMakeLists.txt
  2. 5
      src/plugins/FlashCookieManager/CMakeLists.txt
  3. 3
      src/plugins/KDEFrameworksIntegration/CMakeLists.txt
  4. 4
      src/plugins/TestPlugin/CMakeLists.txt

@ -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…
Cancel
Save