1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Show more headers in qtc6

This commit is contained in:
Laurent Montel 2022-07-06 13:24:59 +02:00
parent b71a5085cc
commit 2228bd502e
4 changed files with 15 additions and 3 deletions

View File

@ -3,6 +3,10 @@ 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 )

View File

@ -2,6 +2,9 @@ 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 )

View File

@ -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)

View File

@ -1,6 +1,8 @@
set( TestPlugin_SRCS
testplugin.cpp
testplugin_sidebar.cpp
testplugin.h
testplugin_sidebar.h
)
ecm_create_qm_loader( TestPlugin_SRCS falkon_testplugin_qt )