-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibPointCloudManager.pro
More file actions
106 lines (91 loc) · 3.13 KB
/
libPointCloudManager.pro
File metadata and controls
106 lines (91 loc) · 3.13 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
#-------------------------------------------------
#
# Project created by QtCreator 2015-10-23T09:43:38
#
#-------------------------------------------------
debug_and_release {
CONFIG -= debug_and_release
CONFIG += debug_and_release
}
# ensure one "debug" or "release" in CONFIG so they can be used as
# conditionals instead of writing "CONFIG(debug, debug|release)"...
CONFIG(debug, debug|release) {
CONFIG -= debug release
CONFIG += debug
}
CONFIG(release, debug|release) {
CONFIG -= debug release
CONFIG += release
}
QT += widgets
#QT += webenginewidgets
#QT += webchannel
#QT += webengine
#QT += xml
#QT -= gui
#QT += xml xmlpatterns sql
TARGET = libPointCloudManager
TEMPLATE = lib
#ARCHITECTURE = x64
#ARCHITECTURE = x32
DEFINES += LIBPOINTCLOUDMANAGER_LIBRARY
SOURCES += \
PointCloudManager.cpp \
rply.c
# WebViewerMainwindow.cpp
HEADERS += \
libPointCloudManager_global.h \
PointCloudManager.h \
rply.h \
rplyfile.h
# WebViewerMainwindow.h
#LASTOOLS_PATH = ../LAStools
#DESTDIR_RELEASE= ./../../../build/release
#DESTDIR_DEBUG= ./../../../build/debug
DESTDIR_RELEASE= ./../../../build_osgeo4w/release
DESTDIR_DEBUG= ./../../../build_osgeo4w/debug
#OSGEO4W_PATH="C:\Program Files\QGIS 3.4"
OSGEO4W_PATH="E:\dev\OSGeo4Wltr"
#BOOST_PATH = E:\Qt5CreatorPrograms\TIDOP_TOOLS_USAL\libs\boost_1_59_0_vs2014_x64
BOOST_PATH= ./../../../depends/boost_1_68_0_vs2014_x64
#LASTOOLS_PATH = E:\Qt5CreatorPrograms\TIDOP_TOOLS_USAL\libs\LASTools2019
#LASTOOLS_PATH = E:\Qt5CreatorPrograms\TIDOP_TOOLS_USAL\libs\LASTools
LASTOOLS_PATH = ./../../../depends/LASTools2019
INCLUDEPATH += $$LASTOOLS_PATH\LASlib\inc
INCLUDEPATH += $$LASTOOLS_PATH\LASzip\src
INCLUDEPATH += ../libCRS
#INCLUDEPATH += $$OSGEO4W_BIS_PATH/include
INCLUDEPATH += $$OSGEO4W_PATH/include
INCLUDEPATH += $$BOOST_PATH
INCLUDEPATH += ../../libs/libProcessTools
debug{
DESTDIR = $$DESTDIR_DEBUG
LIBS += -L$$DESTDIR_DEBUG
# LIBS += $$BOOST_PATH\lib64-msvc-14.0\libboost_system-vc140-mt-gd-1_59.lib
# LIBS += $$BOOST_PATH\lib64-msvc-14.0\libboost_thread-vc140-mt-gd-1_59.lib
LIBS += $$BOOST_PATH\lib64-msvc-14.0\libboost_system-vc140-mt-gd-x64-1_68.lib
LIBS += $$BOOST_PATH\lib64-msvc-14.0\libboost_thread-vc140-mt-gd-x64-1_68.lib
# LIBS += -L$$LASTOOLS_PATH/lib86D
LIBS += -L$$LASTOOLS_PATH/lib64D
# LIBS += -llaslibd
LIBS += -llaslib
}else{
DESTDIR = $$DESTDIR_RELEASE
LIBS += -L$$DESTDIR_RELEASE
# LIBS += $$BOOST_PATH\lib64-msvc-14.0\libboost_system-vc140-mt-1_59.lib
# LIBS += $$BOOST_PATH\lib64-msvc-14.0\libboost_thread-vc140-mt-1_59.lib
LIBS += $$BOOST_PATH\lib64-msvc-14.0\libboost_system-vc140-mt-x64-1_68.lib
LIBS += $$BOOST_PATH\lib64-msvc-14.0\libboost_thread-vc140-mt-x64-1_68.lib
# LIBS += -L$$LASTOOLS_PATH/lib86
LIBS += -L$$LASTOOLS_PATH/lib64
LIBS += -llaslib
}
LIBS += -llibCRS
LIBS += -llibProcessTools
LIBS += -L$$OSGEO4W_PATH\bin
LIBS += $$OSGEO4W_PATH\lib\geos_c.lib
#LIBS += $$OSGEO4W_PATH\lib\proj_i.lib
LIBS += $$OSGEO4W_PATH\lib\proj.lib
LIBS += $$OSGEO4W_PATH\lib\gdal_i.lib
#LIBS += $$OSGEO4W_PATH\lib\libtiff_i.lib
#LIBS += $$OSGEO4W_BIS_PATH/lib/liblas.lib//