Sqlite: Disable auto moc and uic because there are no QObjects

Change-Id: Ia96f99a38ceaffd233f5248db2e2b0911b1a4342
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Marco Bubke
2021-12-01 16:28:02 +01:00
parent 4e99b13804
commit 815383bf0a

View File

@@ -1,4 +1,5 @@
add_qtc_library(Sqlite add_qtc_library(Sqlite
PROPERTIES AUTOMOC OFF AUTOUIC OFF
PUBLIC_DEFINES PUBLIC_DEFINES
BUILD_SQLITE_LIBRARY BUILD_SQLITE_LIBRARY
SQLITE_CORE SQLITE_CORE