diff --git a/qt5-build-include b/qt5-build-include index 30c3871..65c94a7 100644 --- a/qt5-build-include +++ b/qt5-build-include @@ -1,20 +1,20 @@ module-set qt5-set repository qt-projects - branch 5.11 # not the most recent but recent enough + branch 5.13 # not the most recent but recent enough # init-repository supports catch-alls like "default" as well, in which case # you will want to uncomment ignore-modules below to control which modules to # leave out use-modules qtbase qtdeclarative qtgraphicaleffects qtimageformats \ qtmultimedia qtquickcontrols qtquickcontrols2 qtscript qtsensors qtsvg \ qttools qtwayland qtwebchannel qtwebsockets qtwebview qtx11extras \ qtxmlpatterns # ignore-modules qtwebengine # install path. This *MUST* match your qtdir setting in kdesrc-buildrc! prefix ${qtdir} configure-flags -optimized-tools -reduce-relocations # make-options -j7 end module-set