summaryrefslogtreecommitdiffstats
path: root/plugin/plugin.pro
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-16 18:16:40 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-16 18:16:40 -0500
commitde9aa982847ea40eaf9defa0da25e93201559d5d (patch)
treee5a6f29724dcb8c4d783c95e49d38d5e59df385d /plugin/plugin.pro
parent7506cadc8d243931a745a50ff4a83c89af95a19f (diff)
downloadqt4-tqt-theme-engine-de9aa982847ea40eaf9defa0da25e93201559d5d.tar.gz
qt4-tqt-theme-engine-de9aa982847ea40eaf9defa0da25e93201559d5d.zip
Add support for a number of new complex controls
Diffstat (limited to 'plugin/plugin.pro')
-rw-r--r--plugin/plugin.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/plugin.pro b/plugin/plugin.pro
index 26e8615..600f729 100644
--- a/plugin/plugin.pro
+++ b/plugin/plugin.pro
@@ -18,7 +18,8 @@ LIBS += -L/usr/lib -ltqt -ltqt-mt -L /opt/trinity/lib -lDCOP -ltdecore
DESTDIR = ../styles/
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/styles
+# target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/styles
+target.path = $$[QT_INSTALL_PLUGINS]/styles
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/plugin
INSTALLS += target sources