1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00
QXlsx/WhatType/WhatType.pro

21 lines
400 B
Prolog
Raw Normal View History

2019-10-22 22:08:12 +09:00
# 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