TEMPLATE = app
TARGET = main

CONFIG += -std=c++11

QMAKE_CFLAGS = -c -pipe -std=c11 -g -O -Wall -Wno-attributes -W -DDEBUG -D_REENTRANT -fPIC
QMAKE_CXXFLAGS += -std=c++17 -g -O

INCLUDEPATH += $$_PRO_FILE_PWD_/../../MOBILISIS-Calculator/library/include/mobilisis/
INCLUDEPATH += $$_PRO_FILE_PWD_/../../MOBILISIS-Calculator/library/include/rapidjson/
INCLUDEPATH += $$_PRO_FILE_PWD_/../../MOBILISIS-Calculator/library/include/
INCLUDEPATH += .

unix {
    LIBS += -L$$OUT_PWD/../library/ -lmobilisis_calc
}

CONFIG(debug, debug|release) {
    win32 {
        LIBS += -L$$OUT_PWD/../library/debug/ -lmobilisis_calc
    }
} else {
    win32 {
        LIBS += -L$$OUT_PWD/../library/release/ -lmobilisis_calc
    }
}

SOURCES += main.cpp

# HEADERS +=

OTHER_FILES += \
    /opt/ptu5/opt/customer_335/etc/psa_tariff/tariff01.json \
    /opt/ptu5/opt/customer_335/etc/psa_tariff/tariff02.json \
    /opt/ptu5/opt/customer_249/etc/psa_tariff/tariff01.json \
    /opt/ptu5/opt/customer_249/etc/psa_tariff/tariff02.json \
    /opt/ptu5/opt/customer_249/etc/psa_tariff/tariff03.json \
    /opt/ptu5/opt/customer_249/etc/psa_tariff/tariff04.json \
    /opt/ptu5/opt/customer_249/etc/psa_tariff/tariff05.json \
    /opt/ptu5/opt/customer_249/etc/psa_tariff/tariff06.json \
    /opt/ptu5/opt/customer_249/etc/psa_tariff/tariff07.json \
    /opt/ptu5/opt/customer_249/etc/psa_tariff/tariff08.json