aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/openglunderqml/openglunderqml.pro
blob: c93ac791fe6123804d1c7865aae3ab23362fde9b (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += declarative quick

TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .

# Input
HEADERS += squircle.h
SOURCES += squircle.cpp main.cpp

OTHER_FILES += main.qml