summaryrefslogtreecommitdiffstats
path: root/lib/lib.pro
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-05-07 00:31:43 -0500
committerTimothy Pearson <[email protected]>2012-05-07 00:31:43 -0500
commitdd5447a3f86dd6c9febbd85524f1f1d714744f1c (patch)
tree5aacbfdae0a6f1aa5053e8f9828b449b8d3149fd /lib/lib.pro
parent7ed40f5c4838488dcda2e3529cffd273a414c018 (diff)
downloadqt4-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 'lib/lib.pro')
-rw-r--r--lib/lib.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/lib.pro b/lib/lib.pro
new file mode 100644
index 0000000..e9dd9b7
--- /dev/null
+++ b/lib/lib.pro
@@ -0,0 +1,16 @@
+#! [0]
+TEMPLATE = lib
+HEADERS = tdeqt4painter.h
+SOURCES = tdeqt4painter.cpp
+TARGET = tdeqt4interface
+
+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
+
+# install
+target.path = $$[QT_INSTALL_LIBS]/styles
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS
+INSTALLS += target sources