2016-07-06 11:04:07 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
TARGET = texteditor
|
|
|
|
QT += quick quickcontrols2 widgets
|
|
|
|
|
2016-08-11 19:55:35 +00:00
|
|
|
HEADERS += \
|
|
|
|
documenthandler.h
|
|
|
|
|
2016-07-06 11:04:07 +00:00
|
|
|
SOURCES += \
|
|
|
|
texteditor.cpp \
|
|
|
|
documenthandler.cpp
|
|
|
|
|
|
|
|
OTHER_FILES += \
|
|
|
|
qml/*.qml
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
texteditor.qrc
|
|
|
|
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/texteditor
|
|
|
|
INSTALLS += target
|