#------------------------------------------------- # # Project created by QtCreator 2016-04-23T14:58:39 # #------------------------------------------------- QT += sql widgets core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = relationalcombo TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp HEADERS += mainwindow.h \ initdb.h FORMS += mainwindow.ui