From 6513f187cf55f5b3d2714e763d330059452b41dd Mon Sep 17 00:00:00 2001 From: Hugo Van Ruyskensvelde Date: Mon, 28 Nov 2022 18:53:40 +0100 Subject: [PATCH] add the forms to CMakeLists.txt --- core/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 1dc75a9..c1a57f9 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -81,6 +81,13 @@ set(PROJECT_SOURCES_CPP internal.cpp misc_util.cpp nav_util.cpp + mainwindow.ui + dialogpreferences.ui + formephem.ui + formmapcyl.ui + formmovie.ui + formtoolbox.ui + formgeostationary.ui ) set(CMAKE_CXX_STANDARD 11)