Files
cinema-ticket-management-sy…/cmake/setup/ProjectVariables.cmake
T

7 lines
116 B
CMake
Raw Normal View History

2026-07-12 14:34:52 +04:00
# Set the database name
set(DATABASE_NAME "database.db")
# Set the database driver
set(DATABASE_DRIVER "QSQLITE")