forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user