summaryrefslogtreecommitdiffstats
path: root/examples/tqt3reference/stylewindow.pro
diff options
context:
space:
mode:
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)