You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that your build directory is completely empty when you enter the
356
354
following command. Do never try to "re-use" an existing Qt4 build directory.
357
355
If you want to use `ccmake` or other interactive tools, run the following
358
-
command in the empty build directory once before starting to use the interactive
359
-
tools.
356
+
command in the empty build directory once before starting to use the
357
+
interactive tools.
360
358
361
359
cmake -DENABLE_QT5=ON -DPORT_PLUGINS=ON
362
360
363
-
If everything went ok you can finally start to compile. (As usual append a -jX
364
-
where X is the number of available cores option to make to speed up your build
365
-
process)
361
+
If everything went ok you can finally start to compile. (As usual append a -jX where X is the number of available cores option to make to speed up your build process)
0 commit comments