source: trunk/tools/xmlpatterns/xmlpatterns.pro@ 561

Last change on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 772 bytes
Line 
1TEMPLATE = app
2TARGET = xmlpatterns
3DESTDIR = ../../bin
4QT -= gui
5QT += xmlpatterns
6
7target.path = $$[QT_INSTALL_BINS]
8INSTALLS += target
9
10# This ensures we get stderr and stdout on Windows.
11CONFIG += console
12
13# This ensures that this is a command-line program on OS X and not a GUI application.
14CONFIG -= app_bundle
15
16# Note that qcoloroutput.cpp and qcoloringmessagehandler.cpp are also used internally
17# in libQtXmlPatterns. See src/xmlpatterns/api/api.pri.
18SOURCES = main.cpp \
19 qapplicationargument.cpp \
20 qapplicationargumentparser.cpp
21
22
23HEADERS = main.h \
24 qapplicationargument.cpp \
25 qapplicationargumentparser.cpp
26
27symbian: TARGET.UID3 = 0xA000D7C9
28
Note: See TracBrowser for help on using the repository browser.