#############################################################################
# Makefile for building: xlsx
# Generated by qmake (3.1) (Qt 5.11.3)
# Project:  xlsx.pro
# Template: subdirs
# Command: /usr/lib/qt5/bin/qmake -o Makefile xlsx.pro
#############################################################################

MAKEFILE      = Makefile

first: make_first
QMAKE         = /usr/lib/qt5/bin/qmake
DEL_FILE      = rm -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p
COPY          = cp -f
COPY_FILE     = cp -f
COPY_DIR      = cp -f -R
INSTALL_FILE  = install -m 644 -p
INSTALL_PROGRAM = install -m 755 -p
INSTALL_DIR   = cp -f -R
QINSTALL      = /usr/lib/qt5/bin/qmake -install qinstall
QINSTALL_PROGRAM = /usr/lib/qt5/bin/qmake -install qinstall -exe
DEL_FILE      = rm -f
SYMLINK       = ln -f -s
DEL_DIR       = rmdir
MOVE          = mv -f
TAR           = tar -cf
COMPRESS      = gzip -9f
DISTNAME      = xlsx1.0.0
DISTDIR = /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/.obj/xlsx1.0.0
SUBTARGETS    =  \
		sub-hello \
		sub-extractdata \
		sub-style \
		sub-documentproperty \
		sub-image \
		sub-mergecells \
		sub-rowcolumn \
		sub-numberformat \
		sub-datavalidation \
		sub-definename \
		sub-formulas \
		sub-richtext \
		sub-conditionalformatting \
		sub-worksheetoperations \
		sub-hyperlinks \
		sub-chart \
		sub-chartsheet \
		sub-calendar \
		sub-demo \
		sub-xlsxwidget


sub-hello-qmake_all:  FORCE
	@test -d hello/ || mkdir -p hello/
	cd hello/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro
	cd hello/ && $(MAKE) -f Makefile qmake_all
sub-hello: FORCE
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile
sub-hello-make_first: FORCE
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile 
sub-hello-all: FORCE
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile all
sub-hello-clean: FORCE
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile clean
sub-hello-distclean: FORCE
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile distclean
sub-hello-install_subtargets: FORCE
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile install
sub-hello-uninstall_subtargets: FORCE
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile uninstall
sub-extractdata-qmake_all:  FORCE
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro
	cd extractdata/ && $(MAKE) -f Makefile qmake_all
sub-extractdata: FORCE
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile
sub-extractdata-make_first: FORCE
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile 
sub-extractdata-all: FORCE
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile all
sub-extractdata-clean: FORCE
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile clean
sub-extractdata-distclean: FORCE
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile distclean
sub-extractdata-install_subtargets: FORCE
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile install
sub-extractdata-uninstall_subtargets: FORCE
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile uninstall
sub-style-qmake_all:  FORCE
	@test -d style/ || mkdir -p style/
	cd style/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro
	cd style/ && $(MAKE) -f Makefile qmake_all
sub-style: FORCE
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile
sub-style-make_first: FORCE
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile 
sub-style-all: FORCE
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile all
sub-style-clean: FORCE
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile clean
sub-style-distclean: FORCE
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile distclean
sub-style-install_subtargets: FORCE
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile install
sub-style-uninstall_subtargets: FORCE
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile uninstall
sub-documentproperty-qmake_all:  FORCE
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro
	cd documentproperty/ && $(MAKE) -f Makefile qmake_all
sub-documentproperty: FORCE
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile
sub-documentproperty-make_first: FORCE
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile 
sub-documentproperty-all: FORCE
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile all
sub-documentproperty-clean: FORCE
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile clean
sub-documentproperty-distclean: FORCE
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile distclean
sub-documentproperty-install_subtargets: FORCE
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile install
sub-documentproperty-uninstall_subtargets: FORCE
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile uninstall
sub-image-qmake_all:  FORCE
	@test -d image/ || mkdir -p image/
	cd image/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro
	cd image/ && $(MAKE) -f Makefile qmake_all
sub-image: FORCE
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile
sub-image-make_first: FORCE
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile 
sub-image-all: FORCE
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile all
sub-image-clean: FORCE
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile clean
sub-image-distclean: FORCE
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile distclean
sub-image-install_subtargets: FORCE
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile install
sub-image-uninstall_subtargets: FORCE
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile uninstall
sub-mergecells-qmake_all:  FORCE
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro
	cd mergecells/ && $(MAKE) -f Makefile qmake_all
sub-mergecells: FORCE
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile
sub-mergecells-make_first: FORCE
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile 
sub-mergecells-all: FORCE
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile all
sub-mergecells-clean: FORCE
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile clean
sub-mergecells-distclean: FORCE
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile distclean
sub-mergecells-install_subtargets: FORCE
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile install
sub-mergecells-uninstall_subtargets: FORCE
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile uninstall
sub-rowcolumn-qmake_all:  FORCE
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro
	cd rowcolumn/ && $(MAKE) -f Makefile qmake_all
sub-rowcolumn: FORCE
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile
sub-rowcolumn-make_first: FORCE
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile 
sub-rowcolumn-all: FORCE
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile all
sub-rowcolumn-clean: FORCE
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile clean
sub-rowcolumn-distclean: FORCE
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile distclean
sub-rowcolumn-install_subtargets: FORCE
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile install
sub-rowcolumn-uninstall_subtargets: FORCE
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile uninstall
sub-numberformat-qmake_all:  FORCE
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro
	cd numberformat/ && $(MAKE) -f Makefile qmake_all
sub-numberformat: FORCE
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile
sub-numberformat-make_first: FORCE
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile 
sub-numberformat-all: FORCE
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile all
sub-numberformat-clean: FORCE
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile clean
sub-numberformat-distclean: FORCE
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile distclean
sub-numberformat-install_subtargets: FORCE
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile install
sub-numberformat-uninstall_subtargets: FORCE
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile uninstall
sub-datavalidation-qmake_all:  FORCE
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro
	cd datavalidation/ && $(MAKE) -f Makefile qmake_all
sub-datavalidation: FORCE
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile
sub-datavalidation-make_first: FORCE
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile 
sub-datavalidation-all: FORCE
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile all
sub-datavalidation-clean: FORCE
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile clean
sub-datavalidation-distclean: FORCE
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile distclean
sub-datavalidation-install_subtargets: FORCE
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile install
sub-datavalidation-uninstall_subtargets: FORCE
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile uninstall
sub-definename-qmake_all:  FORCE
	@test -d definename/ || mkdir -p definename/
	cd definename/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro
	cd definename/ && $(MAKE) -f Makefile qmake_all
sub-definename: FORCE
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile
sub-definename-make_first: FORCE
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile 
sub-definename-all: FORCE
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile all
sub-definename-clean: FORCE
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile clean
sub-definename-distclean: FORCE
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile distclean
sub-definename-install_subtargets: FORCE
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile install
sub-definename-uninstall_subtargets: FORCE
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile uninstall
sub-formulas-qmake_all:  FORCE
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro
	cd formulas/ && $(MAKE) -f Makefile qmake_all
sub-formulas: FORCE
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile
sub-formulas-make_first: FORCE
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile 
sub-formulas-all: FORCE
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile all
sub-formulas-clean: FORCE
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile clean
sub-formulas-distclean: FORCE
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile distclean
sub-formulas-install_subtargets: FORCE
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile install
sub-formulas-uninstall_subtargets: FORCE
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile uninstall
sub-richtext-qmake_all:  FORCE
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro
	cd richtext/ && $(MAKE) -f Makefile qmake_all
sub-richtext: FORCE
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile
sub-richtext-make_first: FORCE
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile 
sub-richtext-all: FORCE
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile all
sub-richtext-clean: FORCE
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile clean
sub-richtext-distclean: FORCE
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile distclean
sub-richtext-install_subtargets: FORCE
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile install
sub-richtext-uninstall_subtargets: FORCE
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile uninstall
sub-conditionalformatting-qmake_all:  FORCE
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro
	cd conditionalformatting/ && $(MAKE) -f Makefile qmake_all
sub-conditionalformatting: FORCE
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile
sub-conditionalformatting-make_first: FORCE
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile 
sub-conditionalformatting-all: FORCE
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile all
sub-conditionalformatting-clean: FORCE
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile clean
sub-conditionalformatting-distclean: FORCE
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile distclean
sub-conditionalformatting-install_subtargets: FORCE
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile install
sub-conditionalformatting-uninstall_subtargets: FORCE
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile uninstall
sub-worksheetoperations-qmake_all:  FORCE
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro
	cd worksheetoperations/ && $(MAKE) -f Makefile qmake_all
sub-worksheetoperations: FORCE
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile
sub-worksheetoperations-make_first: FORCE
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile 
sub-worksheetoperations-all: FORCE
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile all
sub-worksheetoperations-clean: FORCE
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile clean
sub-worksheetoperations-distclean: FORCE
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile distclean
sub-worksheetoperations-install_subtargets: FORCE
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile install
sub-worksheetoperations-uninstall_subtargets: FORCE
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile uninstall
sub-hyperlinks-qmake_all:  FORCE
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro
	cd hyperlinks/ && $(MAKE) -f Makefile qmake_all
sub-hyperlinks: FORCE
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile
sub-hyperlinks-make_first: FORCE
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile 
sub-hyperlinks-all: FORCE
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile all
sub-hyperlinks-clean: FORCE
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile clean
sub-hyperlinks-distclean: FORCE
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile distclean
sub-hyperlinks-install_subtargets: FORCE
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile install
sub-hyperlinks-uninstall_subtargets: FORCE
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile uninstall
sub-chart-qmake_all:  FORCE
	@test -d chart/ || mkdir -p chart/
	cd chart/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro
	cd chart/ && $(MAKE) -f Makefile qmake_all
sub-chart: FORCE
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile
sub-chart-make_first: FORCE
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile 
sub-chart-all: FORCE
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile all
sub-chart-clean: FORCE
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile clean
sub-chart-distclean: FORCE
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile distclean
sub-chart-install_subtargets: FORCE
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile install
sub-chart-uninstall_subtargets: FORCE
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile uninstall
sub-chartsheet-qmake_all:  FORCE
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro
	cd chartsheet/ && $(MAKE) -f Makefile qmake_all
sub-chartsheet: FORCE
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile
sub-chartsheet-make_first: FORCE
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile 
sub-chartsheet-all: FORCE
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile all
sub-chartsheet-clean: FORCE
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile clean
sub-chartsheet-distclean: FORCE
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile distclean
sub-chartsheet-install_subtargets: FORCE
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile install
sub-chartsheet-uninstall_subtargets: FORCE
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile uninstall
sub-calendar-qmake_all:  FORCE
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro
	cd calendar/ && $(MAKE) -f Makefile qmake_all
sub-calendar: FORCE
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile
sub-calendar-make_first: FORCE
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile 
sub-calendar-all: FORCE
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile all
sub-calendar-clean: FORCE
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile clean
sub-calendar-distclean: FORCE
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile distclean
sub-calendar-install_subtargets: FORCE
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile install
sub-calendar-uninstall_subtargets: FORCE
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile uninstall
sub-demo-qmake_all:  FORCE
	@test -d demo/ || mkdir -p demo/
	cd demo/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro
	cd demo/ && $(MAKE) -f Makefile qmake_all
sub-demo: FORCE
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile
sub-demo-make_first: FORCE
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile 
sub-demo-all: FORCE
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile all
sub-demo-clean: FORCE
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile clean
sub-demo-distclean: FORCE
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile distclean
sub-demo-install_subtargets: FORCE
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile install
sub-demo-uninstall_subtargets: FORCE
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile uninstall
sub-xlsxwidget-qmake_all:  FORCE
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro
	cd xlsxwidget/ && $(MAKE) -f Makefile qmake_all
sub-xlsxwidget: FORCE
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile
sub-xlsxwidget-make_first: FORCE
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile 
sub-xlsxwidget-all: FORCE
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile all
sub-xlsxwidget-clean: FORCE
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile clean
sub-xlsxwidget-distclean: FORCE
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile distclean
sub-xlsxwidget-install_subtargets: FORCE
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile install
sub-xlsxwidget-uninstall_subtargets: FORCE
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile uninstall

Makefile: xlsx.pro ../../.qmake.conf ../../.qmake.cache /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/unix.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/linux.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/sanitize.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/gcc-base.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/gcc-base-unix.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/g++-base.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/g++-unix.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/qconfig.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_KCodecs.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_KSyntaxHighlighting.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_accessibility_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_concurrent.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_concurrent_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_core.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_core_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dbus.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dbus_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_designer.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dtkcore.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dtkgui.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dtkwidget.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dtkwm.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_edid_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_egl_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_fb_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_glx_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_gui.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_gui_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_help.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_input_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_kms_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_multimedia.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_multimediawidgets.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_network.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_network_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_opengl.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_opengl_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_openglextensions.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_printsupport.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_printsupport_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_qml.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_qmltest.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_quick.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_quickwidgets.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_service_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_sql.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_sql_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_svg.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_testlib.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_testlib_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_theme_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_uiplugin.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_uitools.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_vulkan_support_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_webchannel.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_widgets.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_widgets_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_x11extras.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_xml.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_xml_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_xmlpatterns.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_QApt.pri \
		../../mkspecs/modules-inst/qt_lib_xlsx.pri \
		../../mkspecs/modules-inst/qt_lib_xlsx_private.pri \
		../../mkspecs/modules/qt_lib_xlsx.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_functions.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_config.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_post.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/qmodule.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_build_config.prf \
		../../.qmake.conf \
		../../.qmake.cache \
		../../.qmake.stash \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exclusive_builds.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/toolchain.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/default_pre.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/resolve_config.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/default_post.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions_off.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_example_installs.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_docs_targets.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/precompile_header.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/unix/largefile.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/warn_on.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qmake_use.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/file_copies.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_build_extra.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/testcase_targets.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf \
		xlsx.pro
	$(QMAKE) -o Makefile xlsx.pro
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/unix.conf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/linux.conf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/sanitize.conf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/gcc-base.conf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/gcc-base-unix.conf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/g++-base.conf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/g++-unix.conf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/qconfig.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_KCodecs.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_KSyntaxHighlighting.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_accessibility_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_concurrent.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_concurrent_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_core.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_core_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dbus.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dbus_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_designer.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_devicediscovery_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dtkcore.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dtkgui.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dtkwidget.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dtkwm.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_edid_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_egl_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_fb_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_fontdatabase_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_glx_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_gui.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_gui_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_help.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_input_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_kms_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_multimedia.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_multimediawidgets.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_network.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_network_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_opengl.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_opengl_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_openglextensions.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_platformcompositor_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_printsupport.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_printsupport_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_qml.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_qmltest.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_quick.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_quickwidgets.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_service_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_sql.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_sql_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_svg.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_testlib.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_testlib_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_theme_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_uiplugin.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_uitools.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_vulkan_support_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_webchannel.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_widgets.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_widgets_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_x11extras.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_xml.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_xml_private.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_xmlpatterns.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_QApt.pri:
../../mkspecs/modules-inst/qt_lib_xlsx.pri:
../../mkspecs/modules-inst/qt_lib_xlsx_private.pri:
../../mkspecs/modules/qt_lib_xlsx.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_functions.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_config.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_post.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/qmodule.pri:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_build_config.prf:
../../.qmake.conf:
../../.qmake.cache:
../../.qmake.stash:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exclusive_builds.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/toolchain.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/default_pre.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/resolve_config.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/default_post.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions_off.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_example_installs.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_docs_targets.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/precompile_header.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/unix/largefile.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/warn_on.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qmake_use.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/file_copies.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_build_extra.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/testcase_targets.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf:
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf:
xlsx.pro:
qmake: FORCE
	@$(QMAKE) -o Makefile xlsx.pro

qmake_all: sub-hello-qmake_all sub-extractdata-qmake_all sub-style-qmake_all sub-documentproperty-qmake_all sub-image-qmake_all sub-mergecells-qmake_all sub-rowcolumn-qmake_all sub-numberformat-qmake_all sub-datavalidation-qmake_all sub-definename-qmake_all sub-formulas-qmake_all sub-richtext-qmake_all sub-conditionalformatting-qmake_all sub-worksheetoperations-qmake_all sub-hyperlinks-qmake_all sub-chart-qmake_all sub-chartsheet-qmake_all sub-calendar-qmake_all sub-demo-qmake_all sub-xlsxwidget-qmake_all FORCE

make_first: sub-hello-make_first sub-extractdata-make_first sub-style-make_first sub-documentproperty-make_first sub-image-make_first sub-mergecells-make_first sub-rowcolumn-make_first sub-numberformat-make_first sub-datavalidation-make_first sub-definename-make_first sub-formulas-make_first sub-richtext-make_first sub-conditionalformatting-make_first sub-worksheetoperations-make_first sub-hyperlinks-make_first sub-chart-make_first sub-chartsheet-make_first sub-calendar-make_first sub-demo-make_first sub-xlsxwidget-make_first  FORCE
all: sub-hello-all sub-extractdata-all sub-style-all sub-documentproperty-all sub-image-all sub-mergecells-all sub-rowcolumn-all sub-numberformat-all sub-datavalidation-all sub-definename-all sub-formulas-all sub-richtext-all sub-conditionalformatting-all sub-worksheetoperations-all sub-hyperlinks-all sub-chart-all sub-chartsheet-all sub-calendar-all sub-demo-all sub-xlsxwidget-all  FORCE
clean: sub-hello-clean sub-extractdata-clean sub-style-clean sub-documentproperty-clean sub-image-clean sub-mergecells-clean sub-rowcolumn-clean sub-numberformat-clean sub-datavalidation-clean sub-definename-clean sub-formulas-clean sub-richtext-clean sub-conditionalformatting-clean sub-worksheetoperations-clean sub-hyperlinks-clean sub-chart-clean sub-chartsheet-clean sub-calendar-clean sub-demo-clean sub-xlsxwidget-clean  FORCE
distclean: sub-hello-distclean sub-extractdata-distclean sub-style-distclean sub-documentproperty-distclean sub-image-distclean sub-mergecells-distclean sub-rowcolumn-distclean sub-numberformat-distclean sub-datavalidation-distclean sub-definename-distclean sub-formulas-distclean sub-richtext-distclean sub-conditionalformatting-distclean sub-worksheetoperations-distclean sub-hyperlinks-distclean sub-chart-distclean sub-chartsheet-distclean sub-calendar-distclean sub-demo-distclean sub-xlsxwidget-distclean  FORCE
	-$(DEL_FILE) Makefile
install_subtargets: sub-hello-install_subtargets sub-extractdata-install_subtargets sub-style-install_subtargets sub-documentproperty-install_subtargets sub-image-install_subtargets sub-mergecells-install_subtargets sub-rowcolumn-install_subtargets sub-numberformat-install_subtargets sub-datavalidation-install_subtargets sub-definename-install_subtargets sub-formulas-install_subtargets sub-richtext-install_subtargets sub-conditionalformatting-install_subtargets sub-worksheetoperations-install_subtargets sub-hyperlinks-install_subtargets sub-chart-install_subtargets sub-chartsheet-install_subtargets sub-calendar-install_subtargets sub-demo-install_subtargets sub-xlsxwidget-install_subtargets FORCE
uninstall_subtargets: sub-hello-uninstall_subtargets sub-extractdata-uninstall_subtargets sub-style-uninstall_subtargets sub-documentproperty-uninstall_subtargets sub-image-uninstall_subtargets sub-mergecells-uninstall_subtargets sub-rowcolumn-uninstall_subtargets sub-numberformat-uninstall_subtargets sub-datavalidation-uninstall_subtargets sub-definename-uninstall_subtargets sub-formulas-uninstall_subtargets sub-richtext-uninstall_subtargets sub-conditionalformatting-uninstall_subtargets sub-worksheetoperations-uninstall_subtargets sub-hyperlinks-uninstall_subtargets sub-chart-uninstall_subtargets sub-chartsheet-uninstall_subtargets sub-calendar-uninstall_subtargets sub-demo-uninstall_subtargets sub-xlsxwidget-uninstall_subtargets FORCE

html_docs:
	$(MAKE) -f $(MAKEFILE) prepare_docs && $(MAKE) -f $(MAKEFILE) generate_docs

docs:
	$(MAKE) -f $(MAKEFILE) html_docs && $(MAKE) -f $(MAKEFILE) qch_docs

sub-hello-install_html_docs:
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile install_html_docs
sub-extractdata-install_html_docs:
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile install_html_docs
sub-style-install_html_docs:
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile install_html_docs
sub-documentproperty-install_html_docs:
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile install_html_docs
sub-image-install_html_docs:
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile install_html_docs
sub-mergecells-install_html_docs:
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile install_html_docs
sub-rowcolumn-install_html_docs:
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile install_html_docs
sub-numberformat-install_html_docs:
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile install_html_docs
sub-datavalidation-install_html_docs:
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile install_html_docs
sub-definename-install_html_docs:
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile install_html_docs
sub-formulas-install_html_docs:
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile install_html_docs
sub-richtext-install_html_docs:
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile install_html_docs
sub-conditionalformatting-install_html_docs:
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile install_html_docs
sub-worksheetoperations-install_html_docs:
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile install_html_docs
sub-hyperlinks-install_html_docs:
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile install_html_docs
sub-chart-install_html_docs:
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile install_html_docs
sub-chartsheet-install_html_docs:
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile install_html_docs
sub-calendar-install_html_docs:
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile install_html_docs
sub-demo-install_html_docs:
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile install_html_docs
sub-xlsxwidget-install_html_docs:
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile install_html_docs
install_html_docs: sub-hello-install_html_docs sub-extractdata-install_html_docs sub-style-install_html_docs sub-documentproperty-install_html_docs sub-image-install_html_docs sub-mergecells-install_html_docs sub-rowcolumn-install_html_docs sub-numberformat-install_html_docs sub-datavalidation-install_html_docs sub-definename-install_html_docs sub-formulas-install_html_docs sub-richtext-install_html_docs sub-conditionalformatting-install_html_docs sub-worksheetoperations-install_html_docs sub-hyperlinks-install_html_docs sub-chart-install_html_docs sub-chartsheet-install_html_docs sub-calendar-install_html_docs sub-demo-install_html_docs sub-xlsxwidget-install_html_docs

sub-hello-uninstall_html_docs:
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-extractdata-uninstall_html_docs:
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-style-uninstall_html_docs:
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-documentproperty-uninstall_html_docs:
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-image-uninstall_html_docs:
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-mergecells-uninstall_html_docs:
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-rowcolumn-uninstall_html_docs:
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-numberformat-uninstall_html_docs:
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-datavalidation-uninstall_html_docs:
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-definename-uninstall_html_docs:
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-formulas-uninstall_html_docs:
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-richtext-uninstall_html_docs:
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-conditionalformatting-uninstall_html_docs:
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-worksheetoperations-uninstall_html_docs:
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-hyperlinks-uninstall_html_docs:
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-chart-uninstall_html_docs:
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-chartsheet-uninstall_html_docs:
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-calendar-uninstall_html_docs:
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-demo-uninstall_html_docs:
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile uninstall_html_docs
sub-xlsxwidget-uninstall_html_docs:
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile uninstall_html_docs
uninstall_html_docs: sub-hello-uninstall_html_docs sub-extractdata-uninstall_html_docs sub-style-uninstall_html_docs sub-documentproperty-uninstall_html_docs sub-image-uninstall_html_docs sub-mergecells-uninstall_html_docs sub-rowcolumn-uninstall_html_docs sub-numberformat-uninstall_html_docs sub-datavalidation-uninstall_html_docs sub-definename-uninstall_html_docs sub-formulas-uninstall_html_docs sub-richtext-uninstall_html_docs sub-conditionalformatting-uninstall_html_docs sub-worksheetoperations-uninstall_html_docs sub-hyperlinks-uninstall_html_docs sub-chart-uninstall_html_docs sub-chartsheet-uninstall_html_docs sub-calendar-uninstall_html_docs sub-demo-uninstall_html_docs sub-xlsxwidget-uninstall_html_docs

sub-hello-install_qch_docs:
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-extractdata-install_qch_docs:
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-style-install_qch_docs:
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-documentproperty-install_qch_docs:
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-image-install_qch_docs:
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-mergecells-install_qch_docs:
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-rowcolumn-install_qch_docs:
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-numberformat-install_qch_docs:
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-datavalidation-install_qch_docs:
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-definename-install_qch_docs:
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-formulas-install_qch_docs:
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-richtext-install_qch_docs:
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-conditionalformatting-install_qch_docs:
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-worksheetoperations-install_qch_docs:
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-hyperlinks-install_qch_docs:
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-chart-install_qch_docs:
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-chartsheet-install_qch_docs:
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-calendar-install_qch_docs:
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-demo-install_qch_docs:
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile install_qch_docs
sub-xlsxwidget-install_qch_docs:
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile install_qch_docs
install_qch_docs: sub-hello-install_qch_docs sub-extractdata-install_qch_docs sub-style-install_qch_docs sub-documentproperty-install_qch_docs sub-image-install_qch_docs sub-mergecells-install_qch_docs sub-rowcolumn-install_qch_docs sub-numberformat-install_qch_docs sub-datavalidation-install_qch_docs sub-definename-install_qch_docs sub-formulas-install_qch_docs sub-richtext-install_qch_docs sub-conditionalformatting-install_qch_docs sub-worksheetoperations-install_qch_docs sub-hyperlinks-install_qch_docs sub-chart-install_qch_docs sub-chartsheet-install_qch_docs sub-calendar-install_qch_docs sub-demo-install_qch_docs sub-xlsxwidget-install_qch_docs

sub-hello-uninstall_qch_docs:
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-extractdata-uninstall_qch_docs:
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-style-uninstall_qch_docs:
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-documentproperty-uninstall_qch_docs:
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-image-uninstall_qch_docs:
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-mergecells-uninstall_qch_docs:
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-rowcolumn-uninstall_qch_docs:
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-numberformat-uninstall_qch_docs:
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-datavalidation-uninstall_qch_docs:
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-definename-uninstall_qch_docs:
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-formulas-uninstall_qch_docs:
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-richtext-uninstall_qch_docs:
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-conditionalformatting-uninstall_qch_docs:
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-worksheetoperations-uninstall_qch_docs:
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-hyperlinks-uninstall_qch_docs:
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-chart-uninstall_qch_docs:
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-chartsheet-uninstall_qch_docs:
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-calendar-uninstall_qch_docs:
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-demo-uninstall_qch_docs:
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
sub-xlsxwidget-uninstall_qch_docs:
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile uninstall_qch_docs
uninstall_qch_docs: sub-hello-uninstall_qch_docs sub-extractdata-uninstall_qch_docs sub-style-uninstall_qch_docs sub-documentproperty-uninstall_qch_docs sub-image-uninstall_qch_docs sub-mergecells-uninstall_qch_docs sub-rowcolumn-uninstall_qch_docs sub-numberformat-uninstall_qch_docs sub-datavalidation-uninstall_qch_docs sub-definename-uninstall_qch_docs sub-formulas-uninstall_qch_docs sub-richtext-uninstall_qch_docs sub-conditionalformatting-uninstall_qch_docs sub-worksheetoperations-uninstall_qch_docs sub-hyperlinks-uninstall_qch_docs sub-chart-uninstall_qch_docs sub-chartsheet-uninstall_qch_docs sub-calendar-uninstall_qch_docs sub-demo-uninstall_qch_docs sub-xlsxwidget-uninstall_qch_docs

sub-hello-install_docs:
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile install_docs
sub-extractdata-install_docs:
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile install_docs
sub-style-install_docs:
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile install_docs
sub-documentproperty-install_docs:
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile install_docs
sub-image-install_docs:
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile install_docs
sub-mergecells-install_docs:
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile install_docs
sub-rowcolumn-install_docs:
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile install_docs
sub-numberformat-install_docs:
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile install_docs
sub-datavalidation-install_docs:
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile install_docs
sub-definename-install_docs:
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile install_docs
sub-formulas-install_docs:
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile install_docs
sub-richtext-install_docs:
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile install_docs
sub-conditionalformatting-install_docs:
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile install_docs
sub-worksheetoperations-install_docs:
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile install_docs
sub-hyperlinks-install_docs:
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile install_docs
sub-chart-install_docs:
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile install_docs
sub-chartsheet-install_docs:
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile install_docs
sub-calendar-install_docs:
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile install_docs
sub-demo-install_docs:
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile install_docs
sub-xlsxwidget-install_docs:
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile install_docs
install_docs: sub-hello-install_docs sub-extractdata-install_docs sub-style-install_docs sub-documentproperty-install_docs sub-image-install_docs sub-mergecells-install_docs sub-rowcolumn-install_docs sub-numberformat-install_docs sub-datavalidation-install_docs sub-definename-install_docs sub-formulas-install_docs sub-richtext-install_docs sub-conditionalformatting-install_docs sub-worksheetoperations-install_docs sub-hyperlinks-install_docs sub-chart-install_docs sub-chartsheet-install_docs sub-calendar-install_docs sub-demo-install_docs sub-xlsxwidget-install_docs

sub-hello-uninstall_docs:
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-extractdata-uninstall_docs:
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-style-uninstall_docs:
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-documentproperty-uninstall_docs:
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-image-uninstall_docs:
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-mergecells-uninstall_docs:
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-rowcolumn-uninstall_docs:
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-numberformat-uninstall_docs:
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-datavalidation-uninstall_docs:
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-definename-uninstall_docs:
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-formulas-uninstall_docs:
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-richtext-uninstall_docs:
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-conditionalformatting-uninstall_docs:
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-worksheetoperations-uninstall_docs:
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-hyperlinks-uninstall_docs:
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-chart-uninstall_docs:
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-chartsheet-uninstall_docs:
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-calendar-uninstall_docs:
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-demo-uninstall_docs:
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile uninstall_docs
sub-xlsxwidget-uninstall_docs:
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile uninstall_docs
uninstall_docs: sub-hello-uninstall_docs sub-extractdata-uninstall_docs sub-style-uninstall_docs sub-documentproperty-uninstall_docs sub-image-uninstall_docs sub-mergecells-uninstall_docs sub-rowcolumn-uninstall_docs sub-numberformat-uninstall_docs sub-datavalidation-uninstall_docs sub-definename-uninstall_docs sub-formulas-uninstall_docs sub-richtext-uninstall_docs sub-conditionalformatting-uninstall_docs sub-worksheetoperations-uninstall_docs sub-hyperlinks-uninstall_docs sub-chart-uninstall_docs sub-chartsheet-uninstall_docs sub-calendar-uninstall_docs sub-demo-uninstall_docs sub-xlsxwidget-uninstall_docs

sub-hello-qch_docs:
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile qch_docs
sub-extractdata-qch_docs:
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile qch_docs
sub-style-qch_docs:
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile qch_docs
sub-documentproperty-qch_docs:
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile qch_docs
sub-image-qch_docs:
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile qch_docs
sub-mergecells-qch_docs:
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile qch_docs
sub-rowcolumn-qch_docs:
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile qch_docs
sub-numberformat-qch_docs:
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile qch_docs
sub-datavalidation-qch_docs:
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile qch_docs
sub-definename-qch_docs:
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile qch_docs
sub-formulas-qch_docs:
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile qch_docs
sub-richtext-qch_docs:
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile qch_docs
sub-conditionalformatting-qch_docs:
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile qch_docs
sub-worksheetoperations-qch_docs:
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile qch_docs
sub-hyperlinks-qch_docs:
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile qch_docs
sub-chart-qch_docs:
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile qch_docs
sub-chartsheet-qch_docs:
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile qch_docs
sub-calendar-qch_docs:
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile qch_docs
sub-demo-qch_docs:
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile qch_docs
sub-xlsxwidget-qch_docs:
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile qch_docs
qch_docs: sub-hello-qch_docs sub-extractdata-qch_docs sub-style-qch_docs sub-documentproperty-qch_docs sub-image-qch_docs sub-mergecells-qch_docs sub-rowcolumn-qch_docs sub-numberformat-qch_docs sub-datavalidation-qch_docs sub-definename-qch_docs sub-formulas-qch_docs sub-richtext-qch_docs sub-conditionalformatting-qch_docs sub-worksheetoperations-qch_docs sub-hyperlinks-qch_docs sub-chart-qch_docs sub-chartsheet-qch_docs sub-calendar-qch_docs sub-demo-qch_docs sub-xlsxwidget-qch_docs

sub-hello-prepare_docs:
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile prepare_docs
sub-extractdata-prepare_docs:
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile prepare_docs
sub-style-prepare_docs:
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile prepare_docs
sub-documentproperty-prepare_docs:
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile prepare_docs
sub-image-prepare_docs:
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile prepare_docs
sub-mergecells-prepare_docs:
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile prepare_docs
sub-rowcolumn-prepare_docs:
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile prepare_docs
sub-numberformat-prepare_docs:
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile prepare_docs
sub-datavalidation-prepare_docs:
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile prepare_docs
sub-definename-prepare_docs:
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile prepare_docs
sub-formulas-prepare_docs:
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile prepare_docs
sub-richtext-prepare_docs:
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile prepare_docs
sub-conditionalformatting-prepare_docs:
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile prepare_docs
sub-worksheetoperations-prepare_docs:
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile prepare_docs
sub-hyperlinks-prepare_docs:
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile prepare_docs
sub-chart-prepare_docs:
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile prepare_docs
sub-chartsheet-prepare_docs:
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile prepare_docs
sub-calendar-prepare_docs:
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile prepare_docs
sub-demo-prepare_docs:
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile prepare_docs
sub-xlsxwidget-prepare_docs:
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile prepare_docs
prepare_docs: sub-hello-prepare_docs sub-extractdata-prepare_docs sub-style-prepare_docs sub-documentproperty-prepare_docs sub-image-prepare_docs sub-mergecells-prepare_docs sub-rowcolumn-prepare_docs sub-numberformat-prepare_docs sub-datavalidation-prepare_docs sub-definename-prepare_docs sub-formulas-prepare_docs sub-richtext-prepare_docs sub-conditionalformatting-prepare_docs sub-worksheetoperations-prepare_docs sub-hyperlinks-prepare_docs sub-chart-prepare_docs sub-chartsheet-prepare_docs sub-calendar-prepare_docs sub-demo-prepare_docs sub-xlsxwidget-prepare_docs

sub-hello-generate_docs:
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile generate_docs
sub-extractdata-generate_docs:
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile generate_docs
sub-style-generate_docs:
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile generate_docs
sub-documentproperty-generate_docs:
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile generate_docs
sub-image-generate_docs:
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile generate_docs
sub-mergecells-generate_docs:
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile generate_docs
sub-rowcolumn-generate_docs:
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile generate_docs
sub-numberformat-generate_docs:
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile generate_docs
sub-datavalidation-generate_docs:
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile generate_docs
sub-definename-generate_docs:
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile generate_docs
sub-formulas-generate_docs:
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile generate_docs
sub-richtext-generate_docs:
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile generate_docs
sub-conditionalformatting-generate_docs:
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile generate_docs
sub-worksheetoperations-generate_docs:
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile generate_docs
sub-hyperlinks-generate_docs:
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile generate_docs
sub-chart-generate_docs:
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile generate_docs
sub-chartsheet-generate_docs:
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile generate_docs
sub-calendar-generate_docs:
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile generate_docs
sub-demo-generate_docs:
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile generate_docs
sub-xlsxwidget-generate_docs:
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile generate_docs
generate_docs: sub-hello-generate_docs sub-extractdata-generate_docs sub-style-generate_docs sub-documentproperty-generate_docs sub-image-generate_docs sub-mergecells-generate_docs sub-rowcolumn-generate_docs sub-numberformat-generate_docs sub-datavalidation-generate_docs sub-definename-generate_docs sub-formulas-generate_docs sub-richtext-generate_docs sub-conditionalformatting-generate_docs sub-worksheetoperations-generate_docs sub-hyperlinks-generate_docs sub-chart-generate_docs sub-chartsheet-generate_docs sub-calendar-generate_docs sub-demo-generate_docs sub-xlsxwidget-generate_docs

sub-hello-check:
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile check
sub-extractdata-check:
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile check
sub-style-check:
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile check
sub-documentproperty-check:
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile check
sub-image-check:
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile check
sub-mergecells-check:
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile check
sub-rowcolumn-check:
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile check
sub-numberformat-check:
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile check
sub-datavalidation-check:
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile check
sub-definename-check:
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile check
sub-formulas-check:
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile check
sub-richtext-check:
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile check
sub-conditionalformatting-check:
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile check
sub-worksheetoperations-check:
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile check
sub-hyperlinks-check:
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile check
sub-chart-check:
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile check
sub-chartsheet-check:
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile check
sub-calendar-check:
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile check
sub-demo-check:
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile check
sub-xlsxwidget-check:
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile check
check: sub-hello-check sub-extractdata-check sub-style-check sub-documentproperty-check sub-image-check sub-mergecells-check sub-rowcolumn-check sub-numberformat-check sub-datavalidation-check sub-definename-check sub-formulas-check sub-richtext-check sub-conditionalformatting-check sub-worksheetoperations-check sub-hyperlinks-check sub-chart-check sub-chartsheet-check sub-calendar-check sub-demo-check sub-xlsxwidget-check

sub-hello-benchmark:
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -f Makefile benchmark
sub-extractdata-benchmark:
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -f Makefile benchmark
sub-style-benchmark:
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -f Makefile benchmark
sub-documentproperty-benchmark:
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -f Makefile benchmark
sub-image-benchmark:
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -f Makefile benchmark
sub-mergecells-benchmark:
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -f Makefile benchmark
sub-rowcolumn-benchmark:
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -f Makefile benchmark
sub-numberformat-benchmark:
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -f Makefile benchmark
sub-datavalidation-benchmark:
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -f Makefile benchmark
sub-definename-benchmark:
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -f Makefile benchmark
sub-formulas-benchmark:
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -f Makefile benchmark
sub-richtext-benchmark:
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -f Makefile benchmark
sub-conditionalformatting-benchmark:
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -f Makefile benchmark
sub-worksheetoperations-benchmark:
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -f Makefile benchmark
sub-hyperlinks-benchmark:
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -f Makefile benchmark
sub-chart-benchmark:
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -f Makefile benchmark
sub-chartsheet-benchmark:
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -f Makefile benchmark
sub-calendar-benchmark:
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -f Makefile benchmark
sub-demo-benchmark:
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -f Makefile benchmark
sub-xlsxwidget-benchmark:
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -f Makefile benchmark
benchmark: sub-hello-benchmark sub-extractdata-benchmark sub-style-benchmark sub-documentproperty-benchmark sub-image-benchmark sub-mergecells-benchmark sub-rowcolumn-benchmark sub-numberformat-benchmark sub-datavalidation-benchmark sub-definename-benchmark sub-formulas-benchmark sub-richtext-benchmark sub-conditionalformatting-benchmark sub-worksheetoperations-benchmark sub-hyperlinks-benchmark sub-chart-benchmark sub-chartsheet-benchmark sub-calendar-benchmark sub-demo-benchmark sub-xlsxwidget-benchmark
install_sources: FORCE
	@test -d $(INSTALL_ROOT)/usr/lib/x86_64-linux-gnu/qt5/examples/xlsx || mkdir -p $(INSTALL_ROOT)/usr/lib/x86_64-linux-gnu/qt5/examples/xlsx
	-$(QINSTALL) /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsx.pro $(INSTALL_ROOT)/usr/lib/x86_64-linux-gnu/qt5/examples/xlsx/xlsx.pro

uninstall_sources: FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/x86_64-linux-gnu/qt5/examples/xlsx/xlsx.pro
	-$(DEL_DIR) $(INSTALL_ROOT)/usr/lib/x86_64-linux-gnu/qt5/examples/xlsx/ 


install:install_subtargets install_sources  FORCE

uninstall: uninstall_sources uninstall_subtargets FORCE

FORCE:

dist: distdir FORCE
	(cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR)

distdir: sub-hello-distdir sub-extractdata-distdir sub-style-distdir sub-documentproperty-distdir sub-image-distdir sub-mergecells-distdir sub-rowcolumn-distdir sub-numberformat-distdir sub-datavalidation-distdir sub-definename-distdir sub-formulas-distdir sub-richtext-distdir sub-conditionalformatting-distdir sub-worksheetoperations-distdir sub-hyperlinks-distdir sub-chart-distdir sub-chartsheet-distdir sub-calendar-distdir sub-demo-distdir sub-xlsxwidget-distdir FORCE
	@test -d $(DISTDIR) || mkdir -p $(DISTDIR)
	$(COPY_FILE) --parents ../../mkspecs/modules-inst/qt_lib_xlsx.pri ../../mkspecs/modules-inst/qt_lib_xlsx_private.pri ../../mkspecs/modules/qt_lib_xlsx.pri ../../.qmake.conf ../../.qmake.stash xlsx.pro $(DISTDIR)/

sub-hello-distdir: FORCE
	@test -d hello/ || mkdir -p hello/
	cd hello/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hello/hello.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/hello

sub-extractdata-distdir: FORCE
	@test -d extractdata/ || mkdir -p extractdata/
	cd extractdata/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/extractdata/extractdata.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/extractdata

sub-style-distdir: FORCE
	@test -d style/ || mkdir -p style/
	cd style/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/style/style.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/style

sub-documentproperty-distdir: FORCE
	@test -d documentproperty/ || mkdir -p documentproperty/
	cd documentproperty/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/documentproperty/documentproperty.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/documentproperty

sub-image-distdir: FORCE
	@test -d image/ || mkdir -p image/
	cd image/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/image/image.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/image

sub-mergecells-distdir: FORCE
	@test -d mergecells/ || mkdir -p mergecells/
	cd mergecells/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/mergecells/mergecells.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/mergecells

sub-rowcolumn-distdir: FORCE
	@test -d rowcolumn/ || mkdir -p rowcolumn/
	cd rowcolumn/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/rowcolumn/rowcolumn.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/rowcolumn

sub-numberformat-distdir: FORCE
	@test -d numberformat/ || mkdir -p numberformat/
	cd numberformat/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/numberformat/numberformat.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/numberformat

sub-datavalidation-distdir: FORCE
	@test -d datavalidation/ || mkdir -p datavalidation/
	cd datavalidation/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/datavalidation/datavalidation.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/datavalidation

sub-definename-distdir: FORCE
	@test -d definename/ || mkdir -p definename/
	cd definename/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/definename/definename.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/definename

sub-formulas-distdir: FORCE
	@test -d formulas/ || mkdir -p formulas/
	cd formulas/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/formulas/formulas.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/formulas

sub-richtext-distdir: FORCE
	@test -d richtext/ || mkdir -p richtext/
	cd richtext/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/richtext/richtext.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/richtext

sub-conditionalformatting-distdir: FORCE
	@test -d conditionalformatting/ || mkdir -p conditionalformatting/
	cd conditionalformatting/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/conditionalformatting/conditionalformatting.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/conditionalformatting

sub-worksheetoperations-distdir: FORCE
	@test -d worksheetoperations/ || mkdir -p worksheetoperations/
	cd worksheetoperations/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/worksheetoperations/worksheetoperations.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/worksheetoperations

sub-hyperlinks-distdir: FORCE
	@test -d hyperlinks/ || mkdir -p hyperlinks/
	cd hyperlinks/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/hyperlinks/hyperlinks.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/hyperlinks

sub-chart-distdir: FORCE
	@test -d chart/ || mkdir -p chart/
	cd chart/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chart/chart.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/chart

sub-chartsheet-distdir: FORCE
	@test -d chartsheet/ || mkdir -p chartsheet/
	cd chartsheet/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/chartsheet/chartsheet.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/chartsheet

sub-calendar-distdir: FORCE
	@test -d calendar/ || mkdir -p calendar/
	cd calendar/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/calendar/calendar.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/calendar

sub-demo-distdir: FORCE
	@test -d demo/ || mkdir -p demo/
	cd demo/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/demo/demo.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/demo

sub-xlsxwidget-distdir: FORCE
	@test -d xlsxwidget/ || mkdir -p xlsxwidget/
	cd xlsxwidget/ && ( test -e Makefile || $(QMAKE) -o Makefile /home/archermind/Desktop/QtXlsxWriter/examples/xlsx/xlsxwidget/xlsxwidget.pro ) && $(MAKE) -e -f Makefile distdir DISTDIR=$(DISTDIR)/xlsxwidget

