aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/qtcdebugger/qtcdebugger.pro
blob: e4106a176ce7b48de66462cf3b4a7445383fc2bf (plain)
1
2
3
4
5
6
7
8
9
10
include(../../shared/registryaccess/registryaccess.pri)
include(../../qtcreatortool.pri)
CONFIG -= console
QT += widgets
TARGET = qtcdebugger
SOURCES += main.cpp

app_info.input = $$PWD/../../app/app_version.h.in
app_info.output = $$OUT_PWD/app_version.h
QMAKE_SUBSTITUTES += app_info