This commit is contained in:
Shaun Reed 2023-02-11 10:01:52 -05:00
parent 002bedd7ef
commit 0dcb6d337b
1 changed files with 1 additions and 1 deletions

View File

@ -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
)