TEMPLATE = app
TARGET = testapp
DESTDIR = ./
CONFIG -= app_bundle
CONFIG += console

QT += qml

# Input
SOURCES += main.cpp
RESOURCES += main.qrc
