-
Notifications
You must be signed in to change notification settings - Fork 1
/
s2_ts.pro
68 lines (60 loc) · 1.69 KB
/
s2_ts.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
TEMPLATE = app
CONFIG += console c++17
CONFIG -= app_bundle
CONFIG -= qt
TARGET = s2_timeSerie
QMAKE_LFLAGS+=-fopenmp
QMAKE_CXXFLAGS+=-fopenmp
#QMAKE_CXXFLAGS = -Wno-c++11-narrowing
SOURCES += main.cpp \
catalogue.cpp \
cataloguesco.cpp \
rasterfile.cpp \
reportings2.cpp \
ts1pos.cpp \
libzippp/src/libzippp.cpp \
tuiles2OneDate.cpp \
tuiles2onedatesco.cpp
LIBS = -lboost_system -lboost_iostreams -lboost_thread -lboost_filesystem -lboost_program_options -lzip -ltbb -fopenmp
LIBS += -L$$PWD/../../../usr/include/ -lsqlite3
LIBS += -L$$PWD/usr/include/gdal/ -lgdal
INCLUDEPATH += /usr/include/gdal/
DEPENDPATH += /usr/include/gdal/
INCLUDEPATH += $$PWD/libzipp/src/
DEPENDPATH += $$PWD/libzipp/src/
INCLUDEPATH += $$PWD/rapidxml/
DEPENDPATH += $$PWD/rapidxml/
INCLUDEPATH += $$PWD/date/include/date/
DEPENDPATH += $$PWD/date/include/date/
HEADERS += \
catalogue.h \
cataloguesco.h \
rapidjson/allocators.h \
rapidjson/cursorstreamwrapper.h \
rapidjson/document.h \
rapidjson/encodedstream.h \
rapidjson/encodings.h \
rapidjson/filereadstream.h \
rapidjson/filewritestream.h \
rapidjson/fwd.h \
rapidjson/istreamwrapper.h \
rapidjson/memorybuffer.h \
rapidjson/memorystream.h \
rapidjson/ostreamwrapper.h \
rapidjson/pointer.h \
rapidjson/prettywriter.h \
rapidjson/rapidjson.h \
rapidjson/reader.h \
rapidjson/schema.h \
rapidjson/stream.h \
rapidjson/stringbuffer.h \
rapidjson/writer.h \
rapidxml/rapidxml.hpp \
rapidxml/rapidxml_iterators.hpp \
rasterfile.h \
reportings2.h \
ts1pos.h \
libzippp/src/libzippp.h \
date.h\
tuiles2OneDate.h \
tuiles2onedatesco.h