diff options
author | q5sys <jt@obs-sec.com> | 2017-07-18 16:30:58 -0400 |
---|---|---|
committer | q5sys <jt@obs-sec.com> | 2017-07-18 16:30:58 -0400 |
commit | e8ce26568f0894b5674c9aeb5e7798aeb0e26543 (patch) | |
tree | 9b795ec9e3bea7d5bfb47c32781cf92bd7160dd0 /src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin/lthemeengine-qtplugin.pro | |
parent | source directory updates (diff) | |
download | lumina-e8ce26568f0894b5674c9aeb5e7798aeb0e26543.tar.gz lumina-e8ce26568f0894b5674c9aeb5e7798aeb0e26543.tar.bz2 lumina-e8ce26568f0894b5674c9aeb5e7798aeb0e26543.zip |
the changing of the names
Diffstat (limited to 'src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin/lthemeengine-qtplugin.pro')
-rw-r--r-- | src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin/lthemeengine-qtplugin.pro | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin/lthemeengine-qtplugin.pro b/src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin/lthemeengine-qtplugin.pro new file mode 100644 index 00000000..1b9bd682 --- /dev/null +++ b/src-qt5/core/lumina-theme-engine/src/lthemeengine-qtplugin/lthemeengine-qtplugin.pro @@ -0,0 +1,35 @@ +include(../../lthemeengine.pri) + +TEMPLATE = lib +TARGET = lthemeengine +CONFIG += plugin + +greaterThan(QT_MINOR_VERSION, 7) { + QT += gui-private theme_support-private +} else { + QT += gui-private platformsupport-private +} + +!contains(DEFINES, QT_NO_DBUS):greaterThan(QT_MINOR_VERSION, 5) { + QT += dbus +} + +SOURCES += \ + main.cpp \ + lthemeengineplatformtheme.cpp \ + ../lthemeengine/qt5ct.cpp + +!equals (DISABLE_WIDGETS,1) { + QT += widgets +} + +OTHER_FILES += lthemeengine.json + +INCLUDEPATH += ../ + +HEADERS += \ + lthemeengineplatformtheme.h \ + ../lthemeengine/qt5ct.h + +target.path = $$PLUGINDIR/platformthemes +INSTALLS += target |