Browse Source

Always define the macro XLSX_TEST under debug mode

Change-Id: I91aed7c854e20de0da39bef9ab56b9a6bf560b5a
master
Debao Zhang 5 years ago
parent
commit
40610a55cb
  1. 2
      src/xlsx/xlsx.pro

2
src/xlsx/xlsx.pro

@ -8,7 +8,7 @@ CONFIG += build_xlsx_lib
include(qtxlsx.pri) include(qtxlsx.pri)
#Define this macro if you want to run tests, so more AIPs will get exported. #Define this macro if you want to run tests, so more AIPs will get exported.
#DEFINES += XLSX_TEST CONFIG(debug, debug|release):DEFINES += XLSX_TEST
QMAKE_TARGET_COMPANY = "Debao Zhang" QMAKE_TARGET_COMPANY = "Debao Zhang"
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2013-2014 Debao Zhang <hello@debao.me>" QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2013-2014 Debao Zhang <hello@debao.me>"

Loading…
Cancel
Save