Introduce and make use of qtcreatortool.pri.

To factor out things common to (most) tools.

Change-Id: I5a4605f230d35280eda71e5f195d49d7bb929ae0
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-06-10 13:16:45 +02:00
parent 973fabc782
commit 7309e8bb64
8 changed files with 25 additions and 59 deletions

View File

@@ -1,15 +1,9 @@
include(../../shared/registryaccess/registryaccess.pri)
include(../../qtcreatortool.pri)
QT += widgets
TARGET = qtcdebugger
TEMPLATE = app
SOURCES += main.cpp
DESTDIR=../../../bin
target.path=$$QTC_PREFIX/bin
INSTALLS+=target
include(../../../qtcreator.pri)
app_info.input = $$PWD/../../app/app_version.h.in
app_info.output = $$OUT_PWD/app_version.h
QMAKE_SUBSTITUTES += app_info