tools/xmlpatternsvalidator/xmlpatternsvalidator.pro
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Mon, 19 Apr 2010 10:15:19 +0300
branchRCL_3
changeset 9 b5b118452c7d
parent 3 41300fa6a67c
permissions -rw-r--r--
a8c775f23625952540b5349744722bcb9e37de45

TEMPLATE = app
TARGET = xmlpatternsvalidator
DESTDIR = ../../bin
QT -= gui
QT += xmlpatterns

target.path = $$[QT_INSTALL_BINS]
INSTALLS += target

# This ensures we get stderr and stdout on Windows.
CONFIG += console

# This ensures that this is a command-line program on OS X and not a GUI application.
CONFIG -= app_bundle

SOURCES = main.cpp
HEADERS = main.h

symbian: TARGET.UID3 = 0xA000D7CA