summaryrefslogtreecommitdiffstats
path: root/examples/tqt3reference/stylewindow.pro
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-07 00:16:28 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-07 00:16:28 -0500
commita4788e1d6a8e2ac65e16f9ee41018b5bbe8210cd (patch)
tree1b19ef1c14913a7b042399660f172f68eb92e479 /examples/tqt3reference/stylewindow.pro
parent57d3eda064765d29f10609d45d4f1ff9c4e0a589 (diff)
downloadqt4-tqt-theme-engine-a4788e1d6a8e2ac65e16f9ee41018b5bbe8210cd.tar.gz
qt4-tqt-theme-engine-a4788e1d6a8e2ac65e16f9ee41018b5bbe8210cd.zip
Clean up directory structure
Diffstat (limited to 'examples/tqt3reference/stylewindow.pro')
-rw-r--r--examples/tqt3reference/stylewindow.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/tqt3reference/stylewindow.pro b/examples/tqt3reference/stylewindow.pro
new file mode 100644
index 0000000..880e672
--- /dev/null
+++ b/examples/tqt3reference/stylewindow.pro
@@ -0,0 +1,24 @@
+HEADERS = stylewindow.h
+SOURCES = stylewindow.cpp \
+ main.cpp
+
+TARGET = tqt3referencewindow
+win32 {
+ debug:DESTDIR = ../debug/
+ release:DESTDIR = ../release/
+} else {
+ DESTDIR = ../
+}
+
+INCLUDEPATH += /usr/include/tqt3
+INCLUDEPATH += /usr/include/tqt
+INCLUDEPATH += /opt/trinity/include
+LIBS += -L/usr/lib -ltqt -ltqt-mt -L /opt/trinity/lib -lDCOP -ltdecore
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/tqt3reference
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS stylewindow.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/tqt3reference
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)