Skip to content

Commit

Permalink
Getting ready to rebuild our Qt-based packages (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jun 2, 2017
1 parent 478acd5 commit 494f3b5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ OPTION(USE_PREBUILT_QWT_PACKAGE "Use the pre-built version of the Qwt package" O
OPTION(USE_PREBUILT_SUNDIALS_PACKAGE "Use the pre-built version of the SUNDIALS package" ON)
OPTION(USE_PREBUILT_ZINC_PACKAGE "Use the pre-built version of the Zinc package" ON)
OPTION(USE_PREBUILT_ZLIB_PACKAGE "Use the pre-built version of the zlib package" ON)
SET(USE_PREBUILT_LLVMCLANG_PACKAGE OFF)
SET(USE_PREBUILT_OAUTH_PACKAGE OFF)
SET(USE_PREBUILT_QSCINTILLA_PACKAGE OFF)
SET(USE_PREBUILT_QWT_PACKAGE OFF)

# Make sure that we are using the compiler we support

Expand Down Expand Up @@ -812,6 +814,11 @@ SET(PLUGINS
widget/WebViewerWidget
widget/ZincWidget
)
SET(PLUGINS
thirdParty/OAuth
thirdParty/QScintilla
thirdParty/Qwt
)

FOREACH(PLUGIN ${PLUGINS})
SET(PLUGIN_DIR src/plugins/${PLUGIN})
Expand Down

0 comments on commit 494f3b5

Please sign in to comment.