Added missing forms
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
project(DbPathFinder)
|
project(DbPathFinder)
|
||||||
|
|
||||||
set(HEADERS
|
set(HEADERS
|
||||||
mainwindow.h mywidget.h
|
mainwindow.h
|
||||||
|
mywidget.h
|
||||||
)
|
)
|
||||||
|
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
@@ -10,6 +11,10 @@ set(SOURCES
|
|||||||
mywidget.cpp
|
mywidget.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(pathfinder ${HEADERS} ${SOURCES})
|
set(FORMS
|
||||||
|
mainwindow.ui
|
||||||
|
)
|
||||||
|
|
||||||
|
add_executable(pathfinder ${HEADERS} ${SOURCES} ${FORMS})
|
||||||
|
|
||||||
target_link_libraries(pathfinder Qt5::Core Qt5::Gui Qt5::Widgets)
|
target_link_libraries(pathfinder Qt5::Core Qt5::Gui Qt5::Widgets)
|
||||||
|
Reference in New Issue
Block a user