blob: ba6f7a91b10447e477db5ac32a2232bc04317f1e [file] [log] [blame]
TEMPLATE = app
TARGET = form
QT += qml quick
SOURCES += main.cpp
RESOURCES += main.qml RowForm.qml
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target