-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhjs.pro
70 lines (52 loc) · 1.35 KB
/
hjs.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
59
60
61
62
63
64
65
66
67
68
69
70
#-------------------------------------------------
#
# Project created by QtCreator 2012-11-06T10:25:11
#
#-------------------------------------------------
QT += core gui sql webkit
QMAKE_CXXFLAGS += -std=c++0x
TARGET = ./bin/hjs
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
gui.cpp \
hio.cpp \
bb.cpp \
hh_shmem.c \
hhprocess.cpp \
hh_curl_util.cpp \
bloom.c \
rpi_sock.cpp \
jsmn.c
HEADERS += mainwindow.h \
gui.h \
hio.h \
bb.h \
hh_shmem.h \
hhprocess.h \
hh_curl_util.h \
bloom.h \
rpi_sock.h \
jsmn.h
FORMS += mainwindow.ui
RESOURCES += \
hjs.qrc
INCLUDEPATH += ./inc
#LIBS += /home/hh/v8_rt/libv8_base.a
#LIBS += /home/hh/v8_rt/libv8_snapshot.a
#LIBS += /home/hh/v8_rt/libv8.so
unix:LIBS += -L./lib -lv8
#DEFINES += V8_SHARED
#DEFINES +=JSMN_PARENT_LINKS
unix: LIBS += -L./ -lcurl -lz
win32:INCLUDEPATH += I:/libs_zlib/include
win32:LIBS += -LI:/libs_zlib/ZlibStatRelease/ -lzlibstat
win32:INCLUDEPATH += C:/v8/include
#win32:LIBS += -LC:/v8/build/Release/lib/ -lv8_base -lWs2_32 -lwinmm -lv8_snapshot
win32:LIBS += -LC:/v8/build/Release/lib/ -lv8
win32:LIBS += -lWs2_32 -lwinmm
win32:INCLUDEPATH += I:/libs_cURL/include
win32:LIBS += -LI:/libs_cURL/DLL-Release/ -llibcurl_imp
OTHER_FILES +=
#LIBS += -lopencv_core -lopencv_gpu -lopencv_imgproc -lopencv_objdetect -lopencv_video
DISTFILES +=