diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-03-29 19:11:23 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-03-29 19:11:23 +0200 |
| commit | 74d0a4a6f634010db71d05536cffef15bfb1edd9 (patch) | |
| tree | 89817f43c61fbfd2edda120276f33c5cd75ad92b /GUI_SS2015.pro | |
| download | GUI_SS2015-74d0a4a6f634010db71d05536cffef15bfb1edd9.tar.gz GUI_SS2015-74d0a4a6f634010db71d05536cffef15bfb1edd9.zip | |
Initial Commit
Diffstat (limited to 'GUI_SS2015.pro')
| -rw-r--r-- | GUI_SS2015.pro | 23 |
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 |
