2015-09-03 15:56:37 -03:00
|
|
|
# the profile widget
|
|
|
|
set(SUBSURFACE_PROFILE_LIB_SRCS
|
|
|
|
animationfunctions.cpp
|
2019-03-25 22:47:44 +01:00
|
|
|
animationfunctions.h
|
2015-09-03 15:56:37 -03:00
|
|
|
divecartesianaxis.cpp
|
2019-03-25 22:47:44 +01:00
|
|
|
divecartesianaxis.h
|
2015-09-03 15:56:37 -03:00
|
|
|
diveeventitem.cpp
|
2019-03-25 22:47:44 +01:00
|
|
|
diveeventitem.h
|
2021-08-30 21:11:11 +02:00
|
|
|
divepixmapcache.cpp
|
|
|
|
divepixmapcache.h
|
2021-08-29 22:13:26 +02:00
|
|
|
divepercentageitem.cpp
|
|
|
|
divepercentageitem.h
|
2019-03-25 22:47:44 +01:00
|
|
|
diveprofileitem.cpp
|
|
|
|
diveprofileitem.h
|
|
|
|
divetextitem.cpp
|
|
|
|
divetextitem.h
|
2024-01-20 21:03:02 +01:00
|
|
|
handleitem.cpp
|
|
|
|
handleitem.h
|
2023-08-12 22:59:56 +02:00
|
|
|
pictureitem.h
|
|
|
|
pictureitem.cpp
|
2021-06-05 18:42:56 +02:00
|
|
|
profilescene.cpp
|
|
|
|
profilescene.h
|
2023-06-16 18:24:22 +02:00
|
|
|
profiletranslations.h
|
2023-05-20 14:27:20 +02:00
|
|
|
profileview.cpp
|
|
|
|
profileview.h
|
2024-01-12 22:26:32 +01:00
|
|
|
ruleritem.cpp
|
|
|
|
ruleritem.h
|
2015-09-03 15:56:37 -03:00
|
|
|
tankitem.cpp
|
2019-03-25 22:47:44 +01:00
|
|
|
tankitem.h
|
2023-06-16 18:24:22 +02:00
|
|
|
tooltipitem.h
|
|
|
|
tooltipitem.cpp
|
2015-09-03 15:56:37 -03:00
|
|
|
)
|
2019-12-22 13:15:10 +01:00
|
|
|
if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable")
|
|
|
|
set(SUBSURFACE_PROFILE_LIB_SRCS
|
|
|
|
${SUBSURFACE_PROFILE_LIB_SRCS}
|
|
|
|
)
|
2021-08-04 09:11:32 +02:00
|
|
|
else ()
|
|
|
|
set(SUBSURFACE_PROFILE_LIB_SRCS
|
|
|
|
${SUBSURFACE_PROFILE_LIB_SRCS}
|
|
|
|
)
|
2019-12-22 13:15:10 +01:00
|
|
|
endif ()
|
2015-09-03 15:56:37 -03:00
|
|
|
source_group("Subsurface Profile" FILES ${SUBSURFACE_PROFILE_LIB_SRCS})
|
|
|
|
|
|
|
|
add_library(subsurface_profile STATIC ${SUBSURFACE_PROFILE_LIB_SRCS})
|
2015-11-05 16:04:36 -08:00
|
|
|
target_link_libraries(subsurface_profile ${QT_LIBRARIES})
|