mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-16 04:42:53 +08:00
fix testexcel using qxlsx.pri
This commit is contained in:
parent
c59da40500
commit
5513fa4426
@ -2,9 +2,9 @@
|
||||
# QXlsx.pri
|
||||
#
|
||||
# MIT License
|
||||
# https://github.com/j2doll/QXlsx
|
||||
# Author: j2doll
|
||||
# Contacts https://github.com/j2doll/QXlsx
|
||||
# e-amil j2doll@gmail.com
|
||||
# e-amil: j2doll@gmail.com
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core
|
||||
|
@ -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
|
||||
@ -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
|
||||
@ -69,5 +65,3 @@ rowcolumn.cpp \
|
||||
style.cpp \
|
||||
worksheetoperations.cpp \
|
||||
readStyle.cpp
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user