summaryrefslogtreecommitdiffstats
path: root/GUI_SS2015.pro
diff options
context:
space:
mode:
Diffstat (limited to 'GUI_SS2015.pro')
-rw-r--r--GUI_SS2015.pro23
1 files changed, 23 insertions, 0 deletions
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