TEMPLATE = app QT += qml quick widgets SOURCES += main.cpp RESOURCES += qml.qrc # Additional import path used to resolve QML modules in Qt Creator's code model QML_IMPORT_PATH = # Default rules for deployment. include(deployment.pri) CONFIG += console CONFIG -= app_bundle target.path = /home/pi INSTALLS += target OTHER_FILES += \ qml/BlackButtonBackground.qml \ qml/BlackButtonStyle.qml \ qml/main.qml DISTFILES += \ images/icon-go.png \ fonts/OpenSans-Regular.ttf