2016-07-06 11:04:07 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
TARGET = texteditor
|
2016-07-26 12:15:31 +00:00
|
|
|
QT += quick quickcontrols2
|
|
|
|
qtHaveModule(widgets): QT += widgets
|
|
|
|
|
|
|
|
cross_compile: DEFINES += QT_EXTRA_FILE_SELECTOR=\\\"touch\\\"
|
2016-07-06 11:04:07 +00:00
|
|
|
|
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
|
|
|
|
|
2022-11-23 08:50:43 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/texteditor
|
2016-07-06 11:04:07 +00:00
|
|
|
INSTALLS += target
|