feat: added data model and ui for main window
This commit is contained in:
@@ -10,6 +10,7 @@ find_package(Qt5 COMPONENTS
|
||||
Core
|
||||
Gui
|
||||
Widgets
|
||||
Sql
|
||||
REQUIRED
|
||||
)
|
||||
|
||||
@@ -18,6 +19,7 @@ file(GLOB
|
||||
"src/*"
|
||||
"src/MainWidget/*"
|
||||
"src/LicenseModel/*"
|
||||
"deps/deps.qrc"
|
||||
)
|
||||
|
||||
add_executable(
|
||||
|
||||
Reference in New Issue
Block a user