1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
TEMPLATE = app !include( ../examples.pri ) { error( "Couldn't find the examples.pri file!" ) } QT += qml quick CONFIG += c++11 SOURCES += main.cpp RESOURCES += qml.qrc \ models.qrc \ textures.qrc \ shaders.qrc