Skip to content
Snippets Groups Projects
Commit 2029f4d5 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

SuperBuild: enable qttools to compile linguist

parent 2be222a0
No related branches found
No related tags found
1 merge request!3Qt4to5
......@@ -50,7 +50,8 @@ endif()
file(TO_NATIVE_PATH ${QT5_SB_SRC} QT5_SB_SRC_NATIVE)
#Common options for all cases
# -skip qtbase
# -skip qtbase
# -skip qttools (need linguist)
set(QT5_SB_CONFIG
"-prefix ${QT5_INSTALL_PREFIX_NATIVE} -L ${QT5_LIB_PREFIX_NATIVE} \
-I ${QT5_INCLUDE_PREFIX_NATIVE} -I ${QT5_INCLUDE_FREETYPE_NATIVE} \
......@@ -83,7 +84,6 @@ set(QT5_SB_CONFIG
-skip qtserialport \
-skip qtspeech \
-skip qtsvg \
-skip qttools \
-skip qttranslations \
-skip qtvirtualkeyboard \
-skip qtwayland \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment