aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-theme-engine/src/qt5ct-qtplugin/qt5ct-qtplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-theme-engine/src/qt5ct-qtplugin/qt5ct-qtplugin.pro')
-rw-r--r--src-qt5/core/lumina-theme-engine/src/qt5ct-qtplugin/qt5ct-qtplugin.pro35
1 files changed, 0 insertions, 35 deletions
diff --git a/src-qt5/core/lumina-theme-engine/src/qt5ct-qtplugin/qt5ct-qtplugin.pro b/src-qt5/core/lumina-theme-engine/src/qt5ct-qtplugin/qt5ct-qtplugin.pro
deleted file mode 100644
index 9dd3eae4..00000000
--- a/src-qt5/core/lumina-theme-engine/src/qt5ct-qtplugin/qt5ct-qtplugin.pro
+++ /dev/null
@@ -1,35 +0,0 @@
-include(../../qt5ct.pri)
-
-TEMPLATE = lib
-TARGET = qt5ct
-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 \
- qt5ctplatformtheme.cpp \
- ../qt5ct/qt5ct.cpp
-
-!equals (DISABLE_WIDGETS,1) {
- QT += widgets
-}
-
-OTHER_FILES += qt5ct.json
-
-INCLUDEPATH += ../
-
-HEADERS += \
- qt5ctplatformtheme.h \
- ../qt5ct/qt5ct.h
-
-target.path = $$PLUGINDIR/platformthemes
-INSTALLS += target
bgstack15