mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-16 04:42:53 +08:00
21 lines
400 B
Prolog
21 lines
400 B
Prolog
# WhatType.pro
|
|
|
|
TARGET = WhatType
|
|
TEMPLATE = app
|
|
|
|
QT += core
|
|
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
|
|
DEFINES += QT_DEPRECATED_WARNINGS
|
|
|
|
##########################################################################
|
|
# NOTE: You can fix value of QXlsx path of source code.
|
|
# QXLSX_PARENTPATH=./
|
|
# QXLSX_HEADERPATH=./header/
|
|
# QXLSX_SOURCEPATH=./source/
|
|
include(../QXlsx/QXlsx.pri)
|
|
|
|
SOURCES += main.cpp
|