Commit fac400a9 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by The Qt Project
Browse files

use qt_tool.prf for xmlpatterns tools


Change-Id: I254cc020c81bcf7d2803ef686b9f450be4d09a39
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
parent 546ac861
No related merge requests found
Showing with 4 additions and 29 deletions
TEMPLATE = app QT = core xmlpatterns-private
TARGET = xmlpatterns
QT -= gui
QT += xmlpatterns-private
DESTDIR = $$QT.xmlpatterns.bins
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
# Note that qcoloroutput.cpp and qcoloringmessagehandler.cpp are also used internally # Note that qcoloroutput.cpp and qcoloringmessagehandler.cpp are also used internally
# in libQtXmlPatterns. See src/xmlpatterns/api/api.pri. # in libQtXmlPatterns. See src/xmlpatterns/api/api.pri.
...@@ -24,4 +11,4 @@ HEADERS = main.h \ ...@@ -24,4 +11,4 @@ HEADERS = main.h \
qapplicationargument.cpp \ qapplicationargument.cpp \
qapplicationargumentparser.cpp qapplicationargumentparser.cpp
load(qt_tool)
TEMPLATE = app QT = core xmlpatterns
TARGET = xmlpatternsvalidator
QT -= gui
QT += xmlpatterns
DESTDIR = $$QT.xmlpatterns.bins
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 SOURCES = main.cpp
HEADERS = main.h HEADERS = main.h
load(qt_tool)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment