Subversion Repositories seema-scanner

Rev

Rev 9 | Blame | Compare with Previous | Last modification | View Log | RSS feed


QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = testRotationStage
TEMPLATE = app

HEADERS  += rotationstage/RotationStage.h

SOURCES += testRotationStage.cpp \
    rotationstage/RotationStage.cpp


INCLUDEPATH += rotationstage/

# Compile with rotation stage driver
SOURCES += rotationstage/ArcusPerformaxDriver.c
unix:!macx{
    CONFIG += link_pkgconfig
    PKGCONFIG += libusb-1.0
}