mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-02 23:20:20 +00:00
Cmake: add SUBSURFACE_MOBILE definition earlier
This way it is set when subsurface-core is built. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
74b15922f3
commit
4cf20c3448
1 changed files with 1 additions and 1 deletions
|
@ -210,6 +210,7 @@ if(SUBSURFACE_MOBILE)
|
||||||
set(QT_QUICK_LIB Qt5::Quick)
|
set(QT_QUICK_LIB Qt5::Quick)
|
||||||
set(QT_LOCATION_PKG Location)
|
set(QT_LOCATION_PKG Location)
|
||||||
set(QT_LOCATION_LIB Qt5::Positioning)
|
set(QT_LOCATION_LIB Qt5::Positioning)
|
||||||
|
add_definitions(-DSUBSURFACE_MOBILE)
|
||||||
endif()
|
endif()
|
||||||
if(ANDROID)
|
if(ANDROID)
|
||||||
set(ANDROID_PKG AndroidExtras)
|
set(ANDROID_PKG AndroidExtras)
|
||||||
|
@ -363,7 +364,6 @@ if(SUBSURFACE_MOBILE)
|
||||||
subsurface-mobile-main.cpp
|
subsurface-mobile-main.cpp
|
||||||
subsurface-mobile-helper.cpp
|
subsurface-mobile-helper.cpp
|
||||||
)
|
)
|
||||||
add_definitions(-DSUBSURFACE_MOBILE)
|
|
||||||
qt5_add_resources(MOBILE_RESOURCES qt-mobile/qml/mobile-resources.qrc)
|
qt5_add_resources(MOBILE_RESOURCES qt-mobile/qml/mobile-resources.qrc)
|
||||||
if(ANDROID)
|
if(ANDROID)
|
||||||
add_library(subsurface-mobile SHARED ${MOBILE_SRC} ${SUBSURFACE_PKG} ${SUBSURFACE_RESOURCES} ${MOBILE_RESOURCES})
|
add_library(subsurface-mobile SHARED ${MOBILE_SRC} ${SUBSURFACE_PKG} ${SUBSURFACE_RESOURCES} ${MOBILE_RESOURCES})
|
||||||
|
|
Loading…
Reference in a new issue