Fixed build against Qt 6.5.
This commit is contained in:
@@ -13,6 +13,7 @@ find_package(Qt6 COMPONENTS
|
||||
Gui
|
||||
Widgets
|
||||
Sql
|
||||
Qml
|
||||
REQUIRED)
|
||||
|
||||
include_directories(../core)
|
||||
@@ -34,5 +35,6 @@ target_link_libraries(prodejna
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
Qt::Sql
|
||||
Qt::Qml
|
||||
core
|
||||
)
|
||||
Reference in New Issue
Block a user