aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/qtcdebugger/qtcdebugger.pro
blob: ece3eb772ff62496a419d7e543e1a77cb585e7e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(../../shared/registryaccess/registryaccess.pri)
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qtcdebugger
TEMPLATE = app
SOURCES += main.cpp

DESTDIR=../../../bin

target.path=/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