#------------------------------------------------- # # Project created by QtCreator 2015-03-19T13:14:53 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = GUI_SS2015 TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ dlgpreferences.cpp HEADERS += mainwindow.h \ dlgpreferences.h FORMS += mainwindow.ui \ dlgpreferences.ui