.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
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/calendar
INSTALLS += target