Skip to content

Commit 4c1f178

Browse files
committedJan 4, 2017
Add qgis_gui.h with GUI_EXPORT macro
1 parent 0302719 commit 4c1f178

File tree

356 files changed

+369
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

356 files changed

+369
-8
lines changed
 

‎CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ ELSE (WIN32)
581581

582582
ENDIF(WIN32)
583583

584-
ADD_DEFINITIONS("-DGUI_EXPORT=${DLLIMPORT}")
585584
ADD_DEFINITIONS("-DPYTHON_EXPORT=${DLLIMPORT}")
586585
ADD_DEFINITIONS("-DANALYSIS_EXPORT=${DLLIMPORT}")
587586
ADD_DEFINITIONS("-DAPP_EXPORT=${DLLIMPORT}")

‎src/app/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ INCLUDE_DIRECTORIES(
525525
${CMAKE_CURRENT_BINARY_DIR}
526526
${CMAKE_CURRENT_BINARY_DIR}/../ui
527527
${CMAKE_BINARY_DIR}/src/core
528+
${CMAKE_BINARY_DIR}/src/gui
528529
)
529530
INCLUDE_DIRECTORIES(SYSTEM
530531
${QWT_INCLUDE_DIR}

0 commit comments

Comments
 (0)
Please sign in to comment.