author | eckhart.koppen@nokia.com |
Wed, 31 Mar 2010 11:06:36 +0300 | |
changeset 7 | f7bc934e204c |
parent 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = app |
2 |
TARGET = xmlpatterns |
|
3 |
DESTDIR = ../../bin |
|
4 |
QT -= gui |
|
5 |
QT += xmlpatterns |
|
6 |
||
7 |
target.path = $$[QT_INSTALL_BINS] |
|
8 |
INSTALLS += target |
|
9 |
||
10 |
# This ensures we get stderr and stdout on Windows. |
|
11 |
CONFIG += console |
|
12 |
||
13 |
# This ensures that this is a command-line program on OS X and not a GUI application. |
|
14 |
CONFIG -= app_bundle |
|
15 |
||
16 |
# Note that qcoloroutput.cpp and qcoloringmessagehandler.cpp are also used internally |
|
17 |
# in libQtXmlPatterns. See src/xmlpatterns/api/api.pri. |
|
18 |
SOURCES = main.cpp \ |
|
19 |
qapplicationargument.cpp \ |
|
7
f7bc934e204c
5cabc75a39ca2f064f70b40f72ed93c74c4dc19b
eckhart.koppen@nokia.com
parents:
3
diff
changeset
|
20 |
qapplicationargumentparser.cpp |
0 | 21 |
|
22 |
||
23 |
HEADERS = main.h \ |
|
24 |
qapplicationargument.cpp \ |
|
7
f7bc934e204c
5cabc75a39ca2f064f70b40f72ed93c74c4dc19b
eckhart.koppen@nokia.com
parents:
3
diff
changeset
|
25 |
qapplicationargumentparser.cpp |
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
26 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
27 |
symbian: TARGET.UID3 = 0xA000D7C9 |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
28 |