-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCrawl.pro
More file actions
43 lines (34 loc) · 954 Bytes
/
Crawl.pro
File metadata and controls
43 lines (34 loc) · 954 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2016-04-09T17:21:50
#
#-------------------------------------------------
#QT += core
TARGET = Crawl
CONFIG += console
CONFIG += c++11
TEMPLATE = app
SOURCES += \
src/main.cpp \
src/Book.cpp \
src/Parameter.cpp \
src/Parse.cpp
HEADERS += \
include/Book.hpp \
include/Bucket.hpp \
include/Common.hpp \
include/Macro.hpp \
include/Parameter.hpp \
include/Parse.hpp
#INCLUDEPATH -= /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64
# htmlcxx
INCLUDEPATH += ./include \
/usr/include/htmlcxx \
/usr/include/htmlcxx/css \
/usr/include/htmlcxx/html
LIBS += /usr/lib/x86_64-linux-gnu/libhtmlcxx.so
# opencv
INCLUDEPATH += /usr/local/include \
/usr/local/include/opencv \
/usr/local/include/opencv2
LIBS += /usr/local/lib/libopencv_*.so