Respect $$QT.xmlpatterns.bins
[profile/ivi/qtxmlpatterns.git] / tools / xmlpatternsvalidator / xmlpatternsvalidator.pro
1 TEMPLATE = app
2 TARGET = xmlpatternsvalidator
3 QT -= gui
4 QT += xmlpatterns
5
6 DESTDIR = $$QT.xmlpatterns.bins
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
18
19 symbian: TARGET.UID3 = 0xA000D7CA