6. 6 qmakeとは Makefile .xcodeproj QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = helloworld TEMPLATE = app SOURCES += main.cpp mainwindow.cpp HEADERS += mainwindow.h FORMS += mainwindow.ui .pro file .vcxproj qmake -tp vc qmake -spec macx-xcode 7. 7 helloworld.pro file QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = helloworld TEMPLATE = app SOURCES +