source: trunk/tools/xmlpatternsvalidator/xmlpatternsvalidator.pro

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

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 398 bytes
RevLine 
[556]1TEMPLATE = app
2TARGET = xmlpatternsvalidator
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
16SOURCES = main.cpp
17HEADERS = main.h
18
19symbian: TARGET.UID3 = 0xA000D7CA
Note: See TracBrowser for help on using the repository browser.