Skip to content

Commit

Permalink
fix testexcel using qxlsx.pri
Browse files Browse the repository at this point in the history
  • Loading branch information
j2doll committed Apr 23, 2018
1 parent c59da40 commit 5513fa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions QXlsx/QXlsx.pri
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# QXlsx.pri
#
# MIT License
# https://github.com/j2doll/QXlsx
# Author: j2doll
# Contacts https://github.com/j2doll/QXlsx
# e-amil [email protected]
# e-amil: [email protected]
#-------------------------------------------------

QT += core
Expand Down
16 changes: 5 additions & 11 deletions TestExcel/TestExcel.pro
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
##########################################################################
#
# TestExcel.pro
#
# QXlsx https://github.com/j2doll/QXlsx
#
# GPL License v3 https://www.gnu.org/licenses/gpl-3.0.en.html
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

QT += core
QT += gui
Expand All @@ -27,8 +20,11 @@ CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app

include(./UseQXlsx.pri)
# you can fix pri file for your own project.
# NOTE: You can fix value of QXlsx path of source code.
# QXLSX_PARENTPATH=./
# QXLSX_HEADERPATH=./header/
# QXLSX_SOURCEPATH=./source/
include(../QXlsx/QXlsx.pri)

##########################################################################
# The following define makes your compiler emit warnings if you use
Expand Down Expand Up @@ -69,5 +65,3 @@ rowcolumn.cpp \
style.cpp \
worksheetoperations.cpp \
readStyle.cpp


0 comments on commit 5513fa4

Please sign in to comment.