diff options
Diffstat (limited to 'plugin/plugin.pro')
-rw-r--r-- | plugin/plugin.pro | 3 |
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 |