summaryrefslogtreecommitdiff
path: root/src/tools/winrtdebughelper/winrtdebughelper.pro
blob: cdeaf207e00649c0dd256048c171b84b76cce26a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG          += warn_on console
CONFIG          -= qt app_bundle

include(../../../qtcreator.pri)

TEMPLATE = app
DESTDIR = $$IDE_LIBEXEC_PATH
SOURCES = winrtdebughelper.cpp

build_all:!build_pass {
    CONFIG -= build_all
    CONFIG += release
}

TARGET = winrtdebughelper
target.path = $$QTC_PREFIX/bin # FIXME: libexec, more or less
INSTALLS += target