From 7635ee3e776f7adb96dda70ea21920569368ae30 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Mon, 25 Mar 2019 22:47:44 +0100 Subject: CMake: add headers to targets Signed-off-by: Rolf Eike Beer --- profile-widget/CMakeLists.txt | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'profile-widget') 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}) -- cgit v1.2.3-70-g09d2