-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathICEbot_QT_v1(32bit).pro
52 lines (35 loc) · 1.22 KB
/
ICEbot_QT_v1(32bit).pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#-------------------------------------------------
#
# Project created by QtCreator 2015-09-18T14:15:50
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ICEbot_QT_v1
TEMPLATE = app
SOURCES += main.cpp\
icebot_gui.cpp \
Point.cpp \
omni.cpp \
omnithread.cpp \
epos2.cpp
HEADERS += icebot_gui.h \
Point.h \
omni.h \
omnithread.h \
epos2.h
FORMS += icebot_gui.ui \
omni.ui \
epos2.ui
win32: LIBS += -L$$PWD/../../../../../OpenHaptics/Developer/3.4.0/lib/Win32/Release/ -lhd
INCLUDEPATH += $$PWD/../../../../../OpenHaptics/Developer/3.4.0/include
DEPENDPATH += $$PWD/../../../../../OpenHaptics/Developer/3.4.0/include
win32: LIBS += -L$$PWD/../../../../../OpenHaptics/Developer/3.4.0/utilities/lib/Win32/Release/ -lhdu
INCLUDEPATH += $$PWD/../../../../../OpenHaptics/Developer/3.4.0/utilities/include
DEPENDPATH += $$PWD/../../../../../OpenHaptics/Developer/3.4.0/utilities/include
win32: LIBS += -L$$PWD/LabJackLibs/ -lLabJackUD
INCLUDEPATH += $$PWD/LabJackLibs
DEPENDPATH += $$PWD/LabJackLibs
win32: LIBS += -L$$PWD/MaxonLibs/ -lEposCmd
INCLUDEPATH += $$PWD/MaxonLibs
DEPENDPATH += $$PWD/MaxonLibs