From 74d0a4a6f634010db71d05536cffef15bfb1edd9 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 29 Mar 2015 19:11:23 +0200 Subject: Initial Commit --- GUI_SS2015.pro | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 GUI_SS2015.pro (limited to 'GUI_SS2015.pro') diff --git a/GUI_SS2015.pro b/GUI_SS2015.pro new file mode 100644 index 0000000..5bb0a3e --- /dev/null +++ b/GUI_SS2015.pro @@ -0,0 +1,23 @@ +#------------------------------------------------- +# +# 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 -- cgit v1.2.3-70-g09d2