aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/accelbubble/accelbubble.pro
blob: 8dcac29df2b2372ccc4bf9a658a9c99d5e624994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)