aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/process_ctrlc_stub.pro
blob: 4b99fe33ed15c9ce4b3da0696968d941b2c3b2fd (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")

CONFIG    -= qt
CONFIG    += console warn_on

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

TEMPLATE  = app
TARGET    = qtcreator_ctrlc_stub
DESTDIR   = $$IDE_LIBEXEC_PATH

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