Browse Source

.pro: Add INSTALL target for examples

Change-Id: I1cdcf4fd748e6df5de70ddd7f336abc1e23436d1
master
Debao Zhang 5 years ago
parent
commit
21919f0436
  1. 4
      examples/xlsx/calendar/calendar.pro
  2. 4
      examples/xlsx/chart/chart.pro
  3. 4
      examples/xlsx/chartsheet/chartsheet.pro
  4. 4
      examples/xlsx/conditionalformatting/conditionalformatting.pro
  5. 4
      examples/xlsx/datavalidation/datavalidation.pro
  6. 4
      examples/xlsx/definename/definename.pro
  7. 4
      examples/xlsx/demo/demo.pro
  8. 3
      examples/xlsx/documentproperty/documentproperty.pro
  9. 4
      examples/xlsx/extractdata/extractdata.pro
  10. 4
      examples/xlsx/formulas/formulas.pro
  11. 4
      examples/xlsx/hello/hello.pro
  12. 4
      examples/xlsx/hyperlinks/hyperlinks.pro
  13. 4
      examples/xlsx/image/image.pro
  14. 4
      examples/xlsx/mergecells/mergecells.pro
  15. 4
      examples/xlsx/numberformat/numberformat.pro
  16. 4
      examples/xlsx/richtext/richtext.pro
  17. 4
      examples/xlsx/rowcolumn/rowcolumn.pro
  18. 4
      examples/xlsx/style/style.pro
  19. 4
      examples/xlsx/worksheetoperations/worksheetoperations.pro
  20. 4
      examples/xlsx/xlsxwidget/xlsxwidget.pro

4
examples/xlsx/calendar/calendar.pro

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

4
examples/xlsx/chart/chart.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/chart
INSTALLS += target

4
examples/xlsx/chartsheet/chartsheet.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/chartsheet
INSTALLS += target

4
examples/xlsx/conditionalformatting/conditionalformatting.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/conditionalformatting
INSTALLS += target

4
examples/xlsx/datavalidation/datavalidation.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/datavalidation
INSTALLS += target

4
examples/xlsx/definename/definename.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/definename
INSTALLS += target

4
examples/xlsx/demo/demo.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/demo
INSTALLS += target

3
examples/xlsx/documentproperty/documentproperty.pro

@ -8,3 +8,6 @@ CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/documentproperty
INSTALLS += target

4
examples/xlsx/extractdata/extractdata.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/extractdata
INSTALLS += target

4
examples/xlsx/formulas/formulas.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/formulas
INSTALLS += target

4
examples/xlsx/hello/hello.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/hello
INSTALLS += target

4
examples/xlsx/hyperlinks/hyperlinks.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/hyperlinks
INSTALLS += target

4
examples/xlsx/image/image.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/image
INSTALLS += target

4
examples/xlsx/mergecells/mergecells.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/mergecells
INSTALLS += target

4
examples/xlsx/numberformat/numberformat.pro

@ -10,3 +10,7 @@ CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/numberformat
INSTALLS += target

4
examples/xlsx/richtext/richtext.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/richtext
INSTALLS += target

4
examples/xlsx/rowcolumn/rowcolumn.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/rowcolumn
INSTALLS += target

4
examples/xlsx/style/style.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/style
INSTALLS += target

4
examples/xlsx/worksheetoperations/worksheetoperations.pro

@ -7,3 +7,7 @@ CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/worksheetoperations
INSTALLS += target

4
examples/xlsx/xlsxwidget/xlsxwidget.pro

@ -10,3 +10,7 @@ SOURCES += main.cpp \
HEADERS += \
xlsxsheetmodel.h \
xlsxsheetmodel_p.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xlsx/xlsxwidget
INSTALLS += target

Loading…
Cancel
Save