Files
2026-07-12 14:34:52 +04:00

7 lines
116 B
CMake

# Set the database name
set(DATABASE_NAME "database.db")
# Set the database driver
set(DATABASE_DRIVER "QSQLITE")