aboutsummaryrefslogtreecommitdiffstats
path: root/examples/aglextras/helloworld/helloworld.pro
blob: 6db8e40f5ad45271fb736fa9a12bb6e549f7e1c4 (plain)
1
2
3
4
5
6
7
8
9
10
QT += aglextras qml quick

SOURCES += \
    main.cpp

RESOURCES += \
    resources.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/aglextras/helloworld
INSTALLS += target