diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-22 13:15:10 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-24 06:18:36 +0900 |
commit | 41d6ff96c173e67654772537eeff3842dd024a53 (patch) | |
tree | 16a933d6c10a73f7ab0f07f8f62abeaf7f0502bb /CMakeLists.txt | |
parent | d1490776e2375274b047043f9bda497bab196f61 (diff) | |
download | subsurface-41d6ff96c173e67654772537eeff3842dd024a53.tar.gz |
build-system: move qmlprofile to profile-widgets/CMakeLists.txt
qmlprofile.* is part of profile-widget, and are now defined in the
the corresponding CMakeLists.txt, and thereby making the central
CMakeLists.txt cleaner.
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d049359e4..dd005a61d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -304,7 +304,6 @@ if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") mobile-widgets/qml/kirigami/src/libkirigami/tabletmodewatcher.cpp subsurface-mobile-main.cpp subsurface-helper.cpp - profile-widget/qmlprofile.cpp map-widget/qmlmapwidgethelper.cpp ) include_directories(${CMAKE_SOURCE_DIR}/mobile-widgets/qml/kirigami/src/libkirigami) |