Files
qt-creator/src/libs/utils/process_ctrlc_stub.pro
Eike Ziller 9dd84323df Use variables for install locations
Define variables in qtcreator.pri for the various
install locations, instead of hardcoding the paths
everywhere where they are needed.

Change-Id: Ia34de711a7f2be317272ede023e2a8b9cdcc30fe
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
2015-09-22 12:16:08 +00:00

22 lines
415 B
Prolog

!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