diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-03-25 22:47:44 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-03-27 14:07:32 -0700 |
commit | 7635ee3e776f7adb96dda70ea21920569368ae30 (patch) | |
tree | 0def9ccb934b2565765f5713ae3b4bb6a30b8b38 /profile-widget | |
parent | 8526fea973a03724a9121002512fae516c6000ed (diff) | |
download | subsurface-7635ee3e776f7adb96dda70ea21920569368ae30.tar.gz |
CMake: add headers to targets
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Diffstat (limited to 'profile-widget')
-rw-r--r-- | profile-widget/CMakeLists.txt | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/profile-widget/CMakeLists.txt b/profile-widget/CMakeLists.txt index 0acc2cb8d..9376eede9 100644 --- a/profile-widget/CMakeLists.txt +++ b/profile-widget/CMakeLists.txt @@ -1,17 +1,30 @@ # the profile widget set(SUBSURFACE_PROFILE_LIB_SRCS - profilewidget2.cpp - diverectitem.cpp - divepixmapitem.cpp - divelineitem.cpp - divetextitem.cpp animationfunctions.cpp + animationfunctions.h divecartesianaxis.cpp - diveprofileitem.cpp + divecartesianaxis.h diveeventitem.cpp + diveeventitem.h + divelineitem.cpp + divelineitem.h + divepixmapitem.cpp + divepixmapitem.h + diveprofileitem.cpp + diveprofileitem.h + diverectitem.cpp + diverectitem.h + divetextitem.cpp + divetextitem.h divetooltipitem.cpp + divetooltipitem.h + profilewidget2.cpp + profilewidget2.h +# qmlprofile.h ruleritem.cpp + ruleritem.h tankitem.cpp + tankitem.h ) source_group("Subsurface Profile" FILES ${SUBSURFACE_PROFILE_LIB_SRCS}) |