mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Qt 5.7 requires C++11
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
54b97ec848
commit
2c60e87b09
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ fi
|
|||
|
||||
PKGCONF=$(which pkg-config)
|
||||
cmake $MOBILE_CMAKE \
|
||||
-DCMAKE_CXX_FLAGS="-std=c++11" \
|
||||
-DQT_ANDROID_ANT=${ANT} \
|
||||
-DPKG_CONFIG_EXECUTABLE=${PKGCONF} \
|
||||
-DQT_ANDROID_SDK_ROOT=$ANDROID_SDK_ROOT \
|
||||
|
|
Loading…
Reference in a new issue