HEADERS += ../../inc/SURConstants.h \
win2linux.h \
win2linux_ioctl.h \
../SiI2CDevice.h \
../SiUSBDevice.h \
../SiUSBDeviceManager.h \
../SiXilinxChip.h \
../../inc/SiUSBLib.h

SOURCES += win2linux.cpp \
../SiI2CDevice.cpp \
../SiUSBDevice.cpp \
../SiUSBDeviceManager.cpp \
../SiUSBLib.cpp \
../SiXilinxChip.cpp

QMAKE_CXXFLAGS_DEBUG += -DCF__LINUX
QMAKE_CXXFLAGS_RELEASE += -DCF__LINUX

INCLUDEPATH += ../../inc 

TEMPLATE = lib

CONFIG +=  dll  debug_and_release

TARGET = siusb
OBJECTS_DIR = obj


CONFIG(debug, debug|release) {
    DESTDIR = ../../lib
    TARGET = $$join(TARGET,,d)
}
else {
    DESTDIR = ../../lib
}

