Warning, /education/labplot/src/3rdparty/QXlsx/QXlsx.pro is written in an unsupported language. File is not indexed.
0001 # QXlsx.pro 0002 0003 TARGET = QXlsx 0004 TEMPLATE = lib 0005 CONFIG += staticlib 0006 QT += core 0007 QT += gui-private 0008 0009 ##################################################################### 0010 # set debug/release build environment 0011 # 0012 # CONFIG += debug_and_release 0013 # release: DESTDIR = lib-release 0014 # debug: DESTDIR = lib-debug 0015 0016 # The following define makes your compiler emit warnings if you use 0017 # any feature of Qt which as been marked as deprecated (the exact warnings 0018 # depend on your compiler). Please consult the documentation of the 0019 # deprecated API in order to know how to port your code away from it. 0020 DEFINES += QT_DEPRECATED_WARNINGS 0021 0022 # You can also make your code fail to compile if you use deprecated APIs. 0023 # In order to do so, uncomment the following line. 0024 # You can also select to disable deprecated APIs only up to a certain version of Qt. 0025 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 0026 0027 QXLSX_PARENTPATH=$$PWD/ 0028 QXLSX_HEADERPATH=$$PWD/header/ 0029 QXLSX_SOURCEPATH=$$PWD/source/ 0030 include($$PWD/QXlsx.pri) 0031 0032