Add Style and KDE4Support
This commit is contained in:
parent
bb207fa68f
commit
410292bf3e
@ -64,6 +64,7 @@ def replace_all(path):
|
||||
txt = replace_one(txt, "WebKit")
|
||||
txt = replace_one(txt, "Emoticons")
|
||||
txt = replace_one(txt, "IconThemes")
|
||||
txt = replace_one(txt, "Init")
|
||||
txt = replace_one(txt, "JsEmbed")
|
||||
txt = replace_one(txt, "MediaPlayer")
|
||||
txt = replace_one(txt, "NewStuff")
|
||||
@ -75,6 +76,9 @@ def replace_all(path):
|
||||
txt = replace_one(txt, "TextWidgets")
|
||||
txt = replace_one(txt, "UnitConversion")
|
||||
txt = replace_one(txt, "XmlGui", "XmlGui")
|
||||
# tier4
|
||||
txt = replace_one(txt, "Style")
|
||||
txt = replace_one(txt, "KDE4Support", "KDE4Support")
|
||||
# plasma
|
||||
txt = replace_one(txt, "Plasma", "Plasma")
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
find_package(KF5 CONFIG REQUIRED IdleTime ItemModels WidgetsAddons WindowSystem Codecs Archive CoreAddons Solid ThreadWeaver GlobalAccel
|
||||
Config Auth JS Wallet DBusAddons I18n GuiAddons ConfigWidgets
|
||||
Service ItemViews Notifications IconThemes Completion JobWidgets Sonnet TextWidgets XmlGui Crash
|
||||
Bookmarks Declarative UnitConversion Parts Kross KIO)
|
||||
Bookmarks Declarative UnitConversion Parts Kross KIO Init)
|
||||
|
||||
find_package(KF5CoreAddons REQUIRED)
|
||||
|
||||
@ -9,6 +9,8 @@ find_package(KF5Solid REQUIRED)
|
||||
|
||||
find_package(KF5Declarative REQUIRED NO_MODULE)
|
||||
|
||||
find_package(KF5KDE4Support REQUIRED NO_MODULE)
|
||||
|
||||
include(KF5PlasmaMacros)
|
||||
include(KF5PlasmaMacros.cmake)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
find_package(KF5 CONFIG REQUIRED KIdleTime ItemModels KWidgetsAddons KWindowSystem KCodecs KArchive KCoreAddons Solid ThreadWeaver KF5GlobalAccel
|
||||
KConfig KAuth KJS KWallet KDBusAddons KI18n KGuiAddons KConfigWidgets
|
||||
KService ItemViews KNotifications KIconThemes KCompletion KJobWidgets Sonnet KTextWidgets XmlGui KCrash
|
||||
KBookmarks KDeclarative KUnitConversion KParts Kross KIO)
|
||||
KBookmarks KDeclarative KUnitConversion KParts Kross KIO KInit)
|
||||
|
||||
find_package(KCoreAddons REQUIRED)
|
||||
|
||||
@ -9,6 +9,8 @@ find_package(Solid REQUIRED)
|
||||
|
||||
find_package(KDeclarative REQUIRED NO_MODULE)
|
||||
|
||||
find_package(KDE4Support REQUIRED NO_MODULE)
|
||||
|
||||
include(PlasmaMacros)
|
||||
include(PlasmaMacros.cmake)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user