File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 20
20
#include < Qt3DRender/QRenderCapture>
21
21
#include < QSplitter>
22
22
23
+ #include " qgis_app.h"
24
+
23
25
#include " qgsrange.h"
24
26
#include " qgscameracontroller.h"
25
27
#include " qgsrectangle.h"
@@ -43,7 +45,7 @@ class Qgs3DNavigationWidget;
43
45
class QgsTemporalController ;
44
46
class QgsRubberBand ;
45
47
46
- class Qgs3DMapCanvas : public QWidget
48
+ class APP_EXPORT Qgs3DMapCanvas : public QWidget
47
49
{
48
50
Q_OBJECT
49
51
public:
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ include_directories(SYSTEM
24
24
25
25
add_executable (qgis_3d_sandbox
26
26
qgis_3d_sandbox.cpp
27
- ${CMAKE_SOURCE_DIR} /src/app/3d/qgs3dmapcanvas.cpp
28
- ${CMAKE_SOURCE_DIR} /src/app/3d/qgs3dnavigationwidget.cpp
29
27
)
30
28
# require c++17
31
29
target_compile_features (qgis_3d_sandbox PRIVATE cxx_std_17)
@@ -43,4 +41,5 @@ target_link_libraries(qgis_3d_sandbox
43
41
${QWT_LIBRARY}
44
42
qgis_core
45
43
qgis_3d
46
- qgis_native)
44
+ qgis_native
45
+ qgis_app)
You can’t perform that action at this time.
0 commit comments