From 0dcb6d337bcfa75a4ccee1cbf3f31eb563d8774f Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 11 Feb 2023 10:01:52 -0500 Subject: [PATCH] CI --- src/app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index c2d52cb..7029f47 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -15,6 +15,7 @@ set( debugconsole.cpp debugconsole.ui toolbox.cpp toolbox.ui treeview.cpp treeview.ui + qtkmainwindow.cpp qtkmainwindow.h qtkmainwindow.ui ) set( QTK_PLUGIN_LIBRARY_HEADERS @@ -50,7 +51,6 @@ target_link_libraries(qtk_collection PUBLIC qtk_plugin_library) set( QTK_APP_SOURCES examplescene.cpp examplescene.h - qtkmainwindow.cpp qtkmainwindow.h qtkmainwindow.ui main.cpp )