Skip to content
Snippets Groups Projects
Commit 2a4209db authored by Christian Kamm's avatar Christian Kamm
Browse files

Fix for compiling utils library statically.

Done-with: Thomas Hartmann
parent a2cba335
No related branches found
No related tags found
No related merge requests found
DEFINES += QTCREATOR_UTILS_LIB
dll {
DEFINES += QTCREATOR_UTILS_LIB
} else {
DEFINES += QTCREATOR_UTILS_STATIC_LIB
}
INCLUDEPATH += $$PWD
......
......@@ -3,6 +3,7 @@ TARGET = Utils
QT += gui \
network
CONFIG += dll
include($$PWD/../../qtcreatorlibrary.pri)
include(utils-lib.pri)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment