aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/antialiasing/antialiasing.pro
blob: d92f4d1aecd1b568c73910ff620ae2374d975592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += quick quick3d

target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/antialiasing
INSTALLS += target

SOURCES += \
    main.cpp

RESOURCES += \
    qml.qrc

OTHER_FILES += \
    main.qml