mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correctly handle SubsurfaceMobile
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
89eed5d36e
commit
219299dc01
2 changed files with 5 additions and 11 deletions
|
@ -14,9 +14,6 @@ set(SUBSURFACE_PROFILE_LIB_SRCS
|
|||
tankitem.cpp
|
||||
)
|
||||
source_group("Subsurface Profile" FILES ${SUBSURFACE_PROFILE_LIB_SRCS})
|
||||
if (SUBSURFACE_MOBILE)
|
||||
add_definitions(-DSUBSURFACE_MOBILE=1)
|
||||
endif()
|
||||
|
||||
add_library(subsurface_profile STATIC ${SUBSURFACE_PROFILE_LIB_SRCS})
|
||||
target_link_libraries(subsurface_profile ${QT_LIBRARIES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue