conditionalformatting.pro Example File

conditionalformatting/conditionalformatting.pro
TARGET = hello

#include(../../../src/xlsx/qtxlsx.pri)
QT+=xlsx

CONFIG   += console
CONFIG   -= app_bundle

SOURCES += main.cpp