From 14f7e49438caa24af81a0d7d7864ce71d96791e4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 23 Aug 2022 00:09:02 +0900 Subject: Build basic application with empty main window Signed-off-by: Michele Calgaro --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5e3f6f5..253a779 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,6 +28,7 @@ set( target universal-indent-gui-tqt ) set( ${target}_SRCS main.cpp UiGuiVersion.cpp + MainWindow.cpp ) tde_add_executable( ${target} AUTOMOC -- cgit v1.2.1