aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/utils.pro
blob: cb28e4ad43eae0b803403abeb6d0b3eab0f551a3 (plain)
1
2
3
4
5
6
7
8
9
10
QT += gui network

include(../../qtcreatorlibrary.pri)
include(utils-lib.pri)

win32: LIBS += -luser32 -lshell32
# PortsGatherer
win32: LIBS += -liphlpapi -lws2_32

DEFINES += QTC_REL_TOOLS_PATH=$$shell_quote(\"$$relative_path($$IDE_LIBEXEC_PATH, $$IDE_BIN_PATH)\")