#------------------------------------------------- # # Project created by QtCreator 2016-11-28T18:58:07 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = buckshot TEMPLATE = app # The following define makes your compiler emit warnings if you use # any feature of Qt which has been marked as deprecated (the exact warnings # depend on your compiler). Please consult the documentation of the # deprecated API in order to know how to port your code away from it. DEFINES += QT_DEPRECATED_WARNINGS CONFIG += c++11 SOURCES += main.cpp\ mainwindow.cpp HEADERS += mainwindow.h FORMS += mainwindow.ui #@todo: integrate #DISTFILES += \ # ../b2d QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8 RESOURCES += \ assets.qrc # For issues of launching from Ubuntu desktops QMAKE_LFLAGS += -no-pie