diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-07 00:31:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-07 00:31:43 -0500 |
commit | dd5447a3f86dd6c9febbd85524f1f1d714744f1c (patch) | |
tree | 5aacbfdae0a6f1aa5053e8f9828b449b8d3149fd /styleplugin.pro | |
parent | 7ed40f5c4838488dcda2e3529cffd273a414c018 (diff) | |
download | qt4-tqt-theme-engine-dd5447a3f86dd6c9febbd85524f1f1d714744f1c.tar.gz qt4-tqt-theme-engine-dd5447a3f86dd6c9febbd85524f1f1d714744f1c.zip |
Split TDE/Qt4 interface library out and install files into correct locations
Diffstat (limited to 'styleplugin.pro')
-rw-r--r-- | styleplugin.pro | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/styleplugin.pro b/styleplugin.pro index 2bfa0fd..b769803 100644 --- a/styleplugin.pro +++ b/styleplugin.pro @@ -1,8 +1,7 @@ TEMPLATE = subdirs -SUBDIRS = plugin +SUBDIRS = lib plugin # install -target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin +target.path = $$[QT_INSTALL_PLUGINS]/styles sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styleplugin.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin -INSTALLS += target sources +INSTALLS += target |