author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Mon, 19 Apr 2010 10:15:19 +0300 | |
branch | RCL_3 |
changeset 9 | b5b118452c7d |
parent 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = app |
2 |
TARGET = xmlpatternsvalidator |
|
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 |
SOURCES = main.cpp |
|
17 |
HEADERS = main.h |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
18 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
19 |
symbian: TARGET.UID3 = 0xA000D7CA |