forked from pottedmeat7/OpenVR-WalkInPlace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OpenVR-WalkInPlaceOverlay.pro
59 lines (47 loc) · 1.61 KB
/
OpenVR-WalkInPlaceOverlay.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
53
54
55
56
57
58
# Created by and for Qt Creator. This file was created for editing the project sources only.
# You may attempt to use it for building too, by modifying this file here.
TARGET = OpenVR-WalkInPlaceOverlay
DESTDIR = $$PWD/client_overlay/bin/x64
OBJECTS_DIR=$$PWD/build/
MOC_DIR=$$PWD/build/
#CONFIG += c++11
# suppress the default RPATH if you wish
#QMAKE_LFLAGS_RPATH=
# add your own with quoting gyrations to make sure $ORIGIN gets to the command line unexpanded
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\'"
QMAKE_CXXFLAGS += "-fopenmp"
QT = \
core \
gui \
widgets \
quick \
multimedia \
#core5compat \
LIBS = \
-lrt \
-L"$$PWD/lib_vrwalkinplace/lib" -lVRWalkInPlace \
-L"$$PWD/openvr/lib/linux64" -lopenvr_api \
-larmadillo \
-lgomp \
-lmlpack \
-lboost_system \
-lboost_filesystem \
#"/lib/x86_64-linux-gnu/libomp.so.5" \
#"/usr/lib/x86_64-linux-gnu/libmlpack.so.3" \
#-L"$$PWD/third-party/boost_1_65_1/stage/lib" -lboost_system \
#-L"$$PWD/third-party/boost_1_65_1/stage/lib" -lboost_filesystem
HEADERS = \
$$PWD/client_overlay/src/tabcontrollers/WalkInPlaceTabController.h \
$$PWD/client_overlay/src/logging.h \
$$PWD/client_overlay/src/overlaycontroller.h \
$$PWD/third-party/easylogging++/easylogging++.h
SOURCES = \
$$PWD/client_overlay/src/tabcontrollers/WalkInPlaceTabController.cpp \
$$PWD/client_overlay/src/main.cpp \
$$PWD/client_overlay/src/overlaycontroller.cpp \
INCLUDEPATH = \
$$PWD/lib_vrwalkinplace/include \
$$PWD/openvr/headers \
$$PWD/third-party/easylogging++ \
#$$PWD/third-party/boost_1_65_1 \
#DEFINES =