0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-25 17:14:40 +03:00
LimeReport/3rdparty/zint-2.4.4/backend_qt4
newsages 1acaa431c4 ARCH_TYPE
unix{
    ARCH_DIR       = $${OUT_PWD}/unix
    ARCH_TYPE      = unix
    macx{
        ARCH_DIR       = $${OUT_PWD}/macx
        ARCH_TYPE      = macx
    }
    linux{
        !contains(QT_ARCH, x86_64){
            message("Compiling for 32bit system")
            ARCH_DIR       = $${OUT_PWD}/linux32
            ARCH_TYPE      = linux32
        }else{
            message("Compiling for 64bit system")
            ARCH_DIR       = $${OUT_PWD}/linux64
            ARCH_TYPE      = linux64
        }
    }
}
win32 {
    ARCH_DIR       = $${OUT_PWD}/win32
    ARCH_TYPE      = win32
}

DESTDIR  = $${BUILD_DIR}/$${ARCH_TYPE}/$${BUILD_TYPE}/lib

LIBS += -L$${BUILD_DIR}/$${ARCH_TYPE}/$${BUILD_TYPE}/lib
2016-04-03 15:08:17 +02:00
..
qzint_global.h Qzint , need change pro from lib to subfolder, config +=ordered, to add 2016-03-21 00:49:04 +01:00
qzint.cpp Qzint , need change pro from lib to subfolder, config +=ordered, to add 2016-03-21 00:49:04 +01:00
qzint.h Qzint , need change pro from lib to subfolder, config +=ordered, to add 2016-03-21 00:49:04 +01:00
Zint.pro ARCH_TYPE 2016-04-03 15:08:17 +02:00