Commit 59223171 authored by kh1's avatar kh1 Committed by The Qt Project
Browse files

Fix examples "make install", missing the doc files.


Change-Id: Ifcfc888782e2087476f6f65388db5cda753e0ee7
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
parent 591c040d
No related merge requests found
Showing with 8 additions and 2 deletions
......@@ -11,4 +11,7 @@ SOURCES = main.cpp \
QT += widgets
target.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
INSTALLS += target
docs.files += $$PWD/documentation
docs.path = $$target.path
INSTALLS += target docs
......@@ -11,4 +11,7 @@ HEADERS += wateringconfigdialog.h \
FORMS += wateringconfigdialog.ui
target.path = $$[QT_INSTALL_EXAMPLES]/help/contextsensitivehelp
INSTALLS += target
docs.files += $$PWD/doc
docs.path = $$target.path
INSTALLS += target docs
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment