diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-07 00:16:28 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-07 00:16:28 -0500 |
commit | a4788e1d6a8e2ac65e16f9ee41018b5bbe8210cd (patch) | |
tree | 1b19ef1c14913a7b042399660f172f68eb92e479 /examples/tqt3reference/stylewindow.pro | |
parent | 57d3eda064765d29f10609d45d4f1ff9c4e0a589 (diff) | |
download | qt4-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.pro | 24 |
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) |