forked from qt-creator/qt-creator
Utils: Specify LIBS in utils-lib.pri
...so that unittest.pro compiles on MSVC2013 without duplicating the LIBS line. Change-Id: I2a4f9cab65620ea28692d17352e92ababc47e4fd Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -8,6 +8,10 @@ QT += gui network qml
|
|||||||
|
|
||||||
CONFIG += exceptions # used by portlist.cpp, textfileformat.cpp, and ssh/*
|
CONFIG += exceptions # used by portlist.cpp, textfileformat.cpp, and ssh/*
|
||||||
|
|
||||||
|
win32: LIBS += -luser32 -lshell32
|
||||||
|
# PortsGatherer
|
||||||
|
win32: LIBS += -liphlpapi -lws2_32
|
||||||
|
|
||||||
SOURCES += $$PWD/environment.cpp \
|
SOURCES += $$PWD/environment.cpp \
|
||||||
$$PWD/environmentmodel.cpp \
|
$$PWD/environmentmodel.cpp \
|
||||||
$$PWD/qtcprocess.cpp \
|
$$PWD/qtcprocess.cpp \
|
||||||
|
@@ -1,8 +1,4 @@
|
|||||||
include(../../qtcreatorlibrary.pri)
|
include(../../qtcreatorlibrary.pri)
|
||||||
include(utils-lib.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)\")
|
DEFINES += QTC_REL_TOOLS_PATH=$$shell_quote(\"$$relative_path($$IDE_LIBEXEC_PATH, $$IDE_BIN_PATH)\")
|
||||||
|
Reference in New Issue
Block a user