.pro: Add INSTALL target for examples
Change-Id: I1cdcf4fd748e6df5de70ddd7f336abc1e23436d1
This commit is contained in:
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/calendar
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/chart
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/chartsheet
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/conditionalformatting
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/datavalidation
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/definename
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/demo
|
||||
INSTALLS += target
|
||||
|
||||
@@ -8,3 +8,6 @@ CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/documentproperty
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/extractdata
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/formulas
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/hello
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/hyperlinks
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/image
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/mergecells
|
||||
INSTALLS += target
|
||||
|
||||
@@ -10,3 +10,7 @@ CONFIG -= app_bundle
|
||||
TEMPLATE = app
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/numberformat
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/richtext
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/rowcolumn
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/style
|
||||
INSTALLS += target
|
||||
|
||||
@@ -7,3 +7,7 @@ CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/worksheetoperations
|
||||
INSTALLS += target
|
||||
|
||||
@@ -10,3 +10,7 @@ SOURCES += main.cpp \
|
||||
HEADERS += \
|
||||
xlsxsheetmodel.h \
|
||||
xlsxsheetmodel_p.h
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/xlsxwidget
|
||||
INSTALLS += target
|
||||
|
||||
Reference in New Issue
Block a user