Go to most recent revision | 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 += mainTestRotationStage.cpp \
../rotationstage/RotationStage.cpp
INCLUDEPATH += ../rotationstage/
# Compile with rotation stage driver
SOURCES += ../rotationstage/ArcusPerformaxDriver.c
unix:!macx{
CONFIG += link_pkgconfig
PKGCONFIG += libusb-1.0
}