#------------------------------------------------- # # Project created by QtCreator 2013-10-03T22:30:49 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = imach-gui TEMPLATE = app SOURCES += main.cpp\ dialog.cpp \ HEADERS += dialog.h \ dialog.h FORMS += dialog.ui \ dialog.ui