#------------------------------------------------- # # Project created by QtCreator 2013-06-04T20:56:37 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = helloqt TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp HEADERS += mainwindow.h FORMS += mainwindow.ui target.path = /opt/helloqt target.files = helloqt INSTALLS += target