Fixed build against Qt 6.5.

This commit is contained in:
2023-05-24 21:18:28 +02:00
parent e02595ba0e
commit 7082648122
8 changed files with 16 additions and 0 deletions
+2
View File
@@ -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
)