blob: 314e75b36ade4c0c60779a6e8b9dd3335de96a40 [file] [log] [blame]
HEADERS = mainwindow.h \
findfiledialog.h \
assistant.h \
textedit.h
SOURCES = main.cpp \
mainwindow.cpp \
findfiledialog.cpp \
assistant.cpp \
textedit.cpp
QT += widgets
target.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
docs.files += $$PWD/documentation
docs.path = $$target.path
INSTALLS += target docs