diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/xmlpatterns/main.cpp | 2 | ||||
-rw-r--r-- | tools/xmlpatterns/main.h | 2 | ||||
-rw-r--r-- | tools/xmlpatterns/qapplicationargument.cpp | 2 | ||||
-rw-r--r-- | tools/xmlpatterns/qapplicationargument_p.h | 2 | ||||
-rw-r--r-- | tools/xmlpatterns/qapplicationargumentparser.cpp | 2 | ||||
-rw-r--r-- | tools/xmlpatterns/qapplicationargumentparser_p.h | 2 | ||||
-rw-r--r-- | tools/xmlpatterns/xmlpatterns.pro | 17 | ||||
-rw-r--r-- | tools/xmlpatternsvalidator/main.cpp | 2 | ||||
-rw-r--r-- | tools/xmlpatternsvalidator/main.h | 2 | ||||
-rw-r--r-- | tools/xmlpatternsvalidator/xmlpatternsvalidator.pro | 16 |
10 files changed, 12 insertions, 37 deletions
diff --git a/tools/xmlpatterns/main.cpp b/tools/xmlpatterns/main.cpp index f7baef2..dce67ef 100644 --- a/tools/xmlpatterns/main.cpp +++ b/tools/xmlpatterns/main.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtXmlPatterns module of the Qt Toolkit. diff --git a/tools/xmlpatterns/main.h b/tools/xmlpatterns/main.h index 47ba3ed..d1caef9 100644 --- a/tools/xmlpatterns/main.h +++ b/tools/xmlpatterns/main.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the XMLPatterns module of the Qt Toolkit. diff --git a/tools/xmlpatterns/qapplicationargument.cpp b/tools/xmlpatterns/qapplicationargument.cpp index 6523265..763b559 100644 --- a/tools/xmlpatterns/qapplicationargument.cpp +++ b/tools/xmlpatterns/qapplicationargument.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the tools applications of the Qt Toolkit. diff --git a/tools/xmlpatterns/qapplicationargument_p.h b/tools/xmlpatterns/qapplicationargument_p.h index 0fa0343..22b0a53 100644 --- a/tools/xmlpatterns/qapplicationargument_p.h +++ b/tools/xmlpatterns/qapplicationargument_p.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the tools applications of the Qt Toolkit. diff --git a/tools/xmlpatterns/qapplicationargumentparser.cpp b/tools/xmlpatterns/qapplicationargumentparser.cpp index 0805ed0..9bf407b 100644 --- a/tools/xmlpatterns/qapplicationargumentparser.cpp +++ b/tools/xmlpatterns/qapplicationargumentparser.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the tools applications of the Qt Toolkit. diff --git a/tools/xmlpatterns/qapplicationargumentparser_p.h b/tools/xmlpatterns/qapplicationargumentparser_p.h index 0d9bf08..b3d9b92 100644 --- a/tools/xmlpatterns/qapplicationargumentparser_p.h +++ b/tools/xmlpatterns/qapplicationargumentparser_p.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the tools applications of the Qt Toolkit. diff --git a/tools/xmlpatterns/xmlpatterns.pro b/tools/xmlpatterns/xmlpatterns.pro index d295efc..d349a91 100644 --- a/tools/xmlpatterns/xmlpatterns.pro +++ b/tools/xmlpatterns/xmlpatterns.pro @@ -1,17 +1,4 @@ -TEMPLATE = app -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 +QT = core xmlpatterns-private # Note that qcoloroutput.cpp and qcoloringmessagehandler.cpp are also used internally # in libQtXmlPatterns. See src/xmlpatterns/api/api.pri. @@ -24,4 +11,4 @@ HEADERS = main.h \ qapplicationargument.cpp \ qapplicationargumentparser.cpp - +load(qt_tool) diff --git a/tools/xmlpatternsvalidator/main.cpp b/tools/xmlpatternsvalidator/main.cpp index e7537a0..e0b3001 100644 --- a/tools/xmlpatternsvalidator/main.cpp +++ b/tools/xmlpatternsvalidator/main.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtXmlPatterns module of the Qt Toolkit. diff --git a/tools/xmlpatternsvalidator/main.h b/tools/xmlpatternsvalidator/main.h index 99a9871..78e2cfd 100644 --- a/tools/xmlpatternsvalidator/main.h +++ b/tools/xmlpatternsvalidator/main.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtXmlPatterns module of the Qt Toolkit. diff --git a/tools/xmlpatternsvalidator/xmlpatternsvalidator.pro b/tools/xmlpatternsvalidator/xmlpatternsvalidator.pro index d5ab070..af9469f 100644 --- a/tools/xmlpatternsvalidator/xmlpatternsvalidator.pro +++ b/tools/xmlpatternsvalidator/xmlpatternsvalidator.pro @@ -1,18 +1,6 @@ -TEMPLATE = app -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 +QT = core xmlpatterns SOURCES = main.cpp HEADERS = main.h +load(qt_tool) |