TARGET = texthandles
QT += qml quick

SOURCES += \
    $$PWD/main.cpp

OTHER_FILES += \
    $$PWD/main.qml

RESOURCES += \
    texthandles.qrc
