-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRobotStatusViewer.pro
More file actions
41 lines (29 loc) · 1.01 KB
/
RobotStatusViewer.pro
File metadata and controls
41 lines (29 loc) · 1.01 KB
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
#-------------------------------------------------
#
# Project created by QtCreator 2015-03-22T12:32:53
#
#-------------------------------------------------
QT += core gui svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = RobotStatusViewer
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
glwidget.cpp \
socketthread.cpp \
robot.cpp
HEADERS += mainwindow.h \
glwidget.h \
socketthread.h \
robot.h
FORMS += mainwindow.ui
OTHER_FILES += \
map.svg
RESOURCES += \
images.qrc
#CONFIG += console
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../Загрузки/libqtcerebellum-master/release/ -lqtcerebellum
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../Загрузки/libqtcerebellum-master/debug/ -lqtcerebellum
else:unix: LIBS += -L$$PWD/../Загрузки/libqtcerebellum-master/ -lqtcerebellum
INCLUDEPATH += $$PWD/../Загрузки/libqtcerebellum-master/include
DEPENDPATH += $$PWD/../Загрузки/libqtcerebellum-master/include