summaryrefslogtreecommitdiff
path: root/src/libs/utils/process_ctrlc_stub.pro
blob: 9dcff34568d4ca3dedbb284eeec00db38478d533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
!win32: error("process_ctrlc_stub is Windows only")

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

TEMPLATE  = app
TARGET    = qtcreator_ctrlc_stub
DESTDIR   = $$IDE_LIBEXEC_PATH

QT        =
CONFIG    += console warn_on

SOURCES   += process_ctrlc_stub.cpp
LIBS      += -luser32 -lshell32

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

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