author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 20:15:53 +0300 | |
branch | RCL_3 |
changeset 13 | c0432d11811c |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
|
2 |
QT += script |
|
3 |
win32: CONFIG += console |
|
4 |
mac:CONFIG -= app_bundle |
|
5 |
||
6 |
SOURCES += main.cpp |
|
7 |
||
8 |
include(../customclass/bytearrayclass.pri) |
|
9 |
||
10 |
# install |
|
11 |
target.path = $$[QT_INSTALL_EXAMPLES]/script/qscript |
|
12 |
sources.files = $$RESOURCES $$FORMS main.cpp qscript.pro |
|
13 |
sources.path = $$[QT_INSTALL_EXAMPLES]/script/qscript |
|
14 |
INSTALLS += target sources |
|
15 |
||
16 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |