Skip to content

Commit

Permalink
Fix Windows export macro definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Jun 6, 2022
1 parent 292bb2c commit 8304939
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ if (BUILD_STATIC)
add_definitions(-DQCEFVIEW_STATIC=1)
else()
set(QCEFVIEW_LIB_TYPE SHARED)
add_definitions(-DQCEFVIEW_STATIC=0)
endif ()

# Config the QT package
Expand Down

0 comments on commit 8304939

Please sign in to comment.