summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/styles/cleanlooks/cleanlooks.pro5
-rw-r--r--src/plugins/styles/motif/motif.pro5
-rw-r--r--src/plugins/styles/plastique/plastique.pro5
3 files changed, 3 insertions, 12 deletions
diff --git a/src/plugins/styles/cleanlooks/cleanlooks.pro b/src/plugins/styles/cleanlooks/cleanlooks.pro
index 91ccdfb..08a385d 100644
--- a/src/plugins/styles/cleanlooks/cleanlooks.pro
+++ b/src/plugins/styles/cleanlooks/cleanlooks.pro
@@ -1,4 +1,5 @@
TARGET = qcleanlooksstyle
+PLUGIN_TYPE = styles
load(qt_plugin)
QT = core gui widgets
@@ -10,7 +11,3 @@ SOURCES += plugin.cpp
include(../shared/shared.pri)
OTHER_FILES += cleanlooks.json
-
-DESTDIR = $$QT.gui.plugins/styles
-target.path += $$[QT_INSTALL_PLUGINS]/styles
-INSTALLS += target
diff --git a/src/plugins/styles/motif/motif.pro b/src/plugins/styles/motif/motif.pro
index 01242ae..1607424 100644
--- a/src/plugins/styles/motif/motif.pro
+++ b/src/plugins/styles/motif/motif.pro
@@ -1,4 +1,5 @@
TARGET = qmotifstyle
+PLUGIN_TYPE = styles
load(qt_plugin)
QT = core gui widgets
@@ -10,7 +11,3 @@ SOURCES += qmotifstyle.cpp
SOURCES += plugin.cpp
OTHER_FILES += motif.json
-
-DESTDIR = $$QT.gui.plugins/styles
-target.path += $$[QT_INSTALL_PLUGINS]/styles
-INSTALLS += target
diff --git a/src/plugins/styles/plastique/plastique.pro b/src/plugins/styles/plastique/plastique.pro
index ccdf8f5..dee3bb6 100644
--- a/src/plugins/styles/plastique/plastique.pro
+++ b/src/plugins/styles/plastique/plastique.pro
@@ -1,4 +1,5 @@
TARGET = qplastiquestyle
+PLUGIN_TYPE = styles
load(qt_plugin)
QT = core core-private gui gui-private widgets
@@ -10,7 +11,3 @@ SOURCES += plugin.cpp
include(../shared/shared.pri)
OTHER_FILES += plastique.json
-
-DESTDIR = $$QT.gui.plugins/styles
-target.path += $$[QT_INSTALL_PLUGINS]/styles
-INSTALLS += target