build: qt: android: Fix build failed
Reference: https://bugreports.qt.io/browse/QTBUG-76293
This commit is contained in:
parent
8e54962233
commit
f2a164979a
|
@ -110,3 +110,7 @@ QMAKE_CXXFLAGS += -std=c++0x
|
||||||
*msvc* {
|
*msvc* {
|
||||||
QMAKE_CXXFLAGS += /MP
|
QMAKE_CXXFLAGS += /MP
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
QMAKE_LFLAGS += -nostdlib++
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue