forked from qt-creator/qt-creator
sdktool: Fix linking on Windows
Amends 959fec76dc
.
Change-Id: Ibc51b19b47ec4ba8b408dc2679581b301f1c9667
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -37,6 +37,7 @@ SOURCES += \
|
|||||||
$$UTILS/qtcassert.cpp \
|
$$UTILS/qtcassert.cpp \
|
||||||
$$UTILS/qtcprocess.cpp \
|
$$UTILS/qtcprocess.cpp \
|
||||||
$$UTILS/savefile.cpp \
|
$$UTILS/savefile.cpp \
|
||||||
|
$$UTILS/stringutils.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
addabiflavor.h \
|
addabiflavor.h \
|
||||||
|
@@ -72,7 +72,8 @@ QtcTool {
|
|||||||
"persistentsettings.cpp", "persistentsettings.h",
|
"persistentsettings.cpp", "persistentsettings.h",
|
||||||
"qtcassert.cpp", "qtcassert.h",
|
"qtcassert.cpp", "qtcassert.h",
|
||||||
"qtcprocess.cpp", "qtcprocess.h",
|
"qtcprocess.cpp", "qtcprocess.h",
|
||||||
"savefile.cpp", "savefile.h"
|
"savefile.cpp", "savefile.h",
|
||||||
|
"stringutils.cpp"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Group {
|
Group {
|
||||||
|
Reference in New Issue
Block a user