Files
DbDatabaseTree/DbDatabaseTree.pro
2018-09-15 20:37:17 +02:00

24 lines
249 B
Prolog

QT += core sql gui widgets
DBLIBS +=
TARGET = databasetree
PROJECT_ROOT = ..
SOURCES += main.cpp \
mymodel.cpp
HEADERS += \
mymodel.h
FORMS +=
RESOURCES +=
TRANSLATIONS +=
DISTFILES += install.sql
include($${PROJECT_ROOT}/app.pri)