2015-09-03 18:56:37 +00:00
|
|
|
# the profile widget
|
|
|
|
set(SUBSURFACE_PROFILE_LIB_SRCS
|
|
|
|
animationfunctions.cpp
|
2019-03-25 21:47:44 +00:00
|
|
|
animationfunctions.h
|
2015-09-03 18:56:37 +00:00
|
|
|
divecartesianaxis.cpp
|
2019-03-25 21:47:44 +00:00
|
|
|
divecartesianaxis.h
|
2015-09-03 18:56:37 +00:00
|
|
|
diveeventitem.cpp
|
2019-03-25 21:47:44 +00:00
|
|
|
diveeventitem.h
|
|
|
|
divelineitem.cpp
|
|
|
|
divelineitem.h
|
|
|
|
divepixmapitem.cpp
|
|
|
|
divepixmapitem.h
|
|
|
|
diveprofileitem.cpp
|
|
|
|
diveprofileitem.h
|
|
|
|
diverectitem.cpp
|
|
|
|
diverectitem.h
|
|
|
|
divetextitem.cpp
|
|
|
|
divetextitem.h
|
2015-09-03 18:56:37 +00:00
|
|
|
divetooltipitem.cpp
|
2019-03-25 21:47:44 +00:00
|
|
|
divetooltipitem.h
|
|
|
|
profilewidget2.cpp
|
|
|
|
profilewidget2.h
|
|
|
|
# qmlprofile.h
|
2015-09-03 18:56:37 +00:00
|
|
|
ruleritem.cpp
|
2019-03-25 21:47:44 +00:00
|
|
|
ruleritem.h
|
2015-09-03 18:56:37 +00:00
|
|
|
tankitem.cpp
|
2019-03-25 21:47:44 +00:00
|
|
|
tankitem.h
|
2015-09-03 18:56:37 +00:00
|
|
|
)
|
|
|
|
source_group("Subsurface Profile" FILES ${SUBSURFACE_PROFILE_LIB_SRCS})
|
|
|
|
|
|
|
|
add_library(subsurface_profile STATIC ${SUBSURFACE_PROFILE_LIB_SRCS})
|
2015-11-06 00:04:36 +00:00
|
|
|
target_link_libraries(subsurface_profile ${QT_LIBRARIES})
|