aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/process_ctrlc_stub.pro
blob: e79973aa3568f4864b17a7a7b7f96b6494ebba31 (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  = $$INSTALL_LIBEXEC_PATH
INSTALLS    += target