blob: 474cc9214a51ecd60476e7192ecd529d33d7013c [file] [log] [blame]
TEMPLATE = app
TARGET = headerview
QT += qml quick quick-private quickcontrols2 quickcontrols2-private \
quicktemplates2-private quicktemplates2
SOURCES += main.cpp
RESOURCES += main.qml
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target