.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 CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/calendar
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/chart
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/chartsheet
INSTALLS += target
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/conditionalformatting
INSTALLS += target
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/datavalidation
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/definename
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/demo
INSTALLS += target
@@ -8,3 +8,6 @@ CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/documentproperty
INSTALLS += target
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/extractdata
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/formulas
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/hello
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/hyperlinks
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/image
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/mergecells
INSTALLS += target
@@ -10,3 +10,7 @@ CONFIG -= app_bundle
TEMPLATE = app TEMPLATE = app
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/numberformat
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/richtext
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/rowcolumn
INSTALLS += target
+4
View File
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/style
INSTALLS += target
@@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
SOURCES += main.cpp SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/worksheetoperations
INSTALLS += target
+4
View File
@@ -10,3 +10,7 @@ SOURCES += main.cpp \
HEADERS += \ HEADERS += \
xlsxsheetmodel.h \ xlsxsheetmodel.h \
xlsxsheetmodel_p.h xlsxsheetmodel_p.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/xlsxwidget
INSTALLS += target