.pro: Add INSTALL target for examples

Change-Id: I1cdcf4fd748e6df5de70ddd7f336abc1e23436d1
This commit is contained in:
Debao Zhang
2020-03-19 01:54:14 +08:00
parent 534490e9b2
commit 21919f0436
20 changed files with 79 additions and 0 deletions
+4
View File
@@ -10,3 +10,7 @@ SOURCES += main.cpp \
HEADERS += \
xlsxsheetmodel.h \
xlsxsheetmodel_p.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/xlsxwidget
INSTALLS += target