diff options
author | Timothy Pearson <[email protected]> | 2012-05-07 00:31:43 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-07 00:31:43 -0500 |
commit | dd5447a3f86dd6c9febbd85524f1f1d714744f1c (patch) | |
tree | 5aacbfdae0a6f1aa5053e8f9828b449b8d3149fd /plugin/plugin.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 'plugin/plugin.pro')
-rw-r--r-- | plugin/plugin.pro | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/plugin/plugin.pro b/plugin/plugin.pro index 272623c..488274a 100644 --- a/plugin/plugin.pro +++ b/plugin/plugin.pro @@ -2,25 +2,19 @@ TEMPLATE = lib CONFIG += plugin HEADERS = simplestyle.h \ - simplestyleplugin.h \ - tdeqt4painter.h + simplestyleplugin.h SOURCES = simplestyle.cpp \ - simplestyleplugin.cpp \ - tdeqt4painter.cpp + simplestyleplugin.cpp TARGET = simplestyleplugin INCLUDEPATH += /usr/include/tqt3 INCLUDEPATH += /usr/include/tqt3/private INCLUDEPATH += /usr/include/tqt INCLUDEPATH += /opt/trinity/include -LIBS += -L/usr/lib -ltqt -ltqt-mt -L /opt/trinity/lib -lDCOP -ltdecore -ltdeui -lkio - -#! [0] -DESTDIR = ../styles/ +INCLUDEPATH += ../lib +LIBS += -L/usr/lib -ltqt -ltqt-mt -L/opt/trinity/lib -lDCOP -ltdecore -ltdeui -lkio -L../lib -ltdeqt4interface # install -# 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 +INSTALLS += target |