7 lines
116 B
CMake
7 lines
116 B
CMake
# Set the database name
|
|
set(DATABASE_NAME "database.db")
|
|
|
|
# Set the database driver
|
|
set(DATABASE_DRIVER "QSQLITE")
|
|
|