Problem after compile qt-everywhere-opensource-src-4.7.4 - ./test: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object f
Installation and Deployment
15
Posts
3
Posters
8.5k
Views
1
Watching
-
i try with -fast flag and i hav'e error:
bq. Basic XLib functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in /opt/qt-everywhere-opensource-src-4.7.4/mkspecs/linux-g++-64. -
This is the explanation from confgure script:
[quote]
@- -no-fast ........... Configure Qt normally by generating Makefiles for all
project files.
-fast .............. Configure Qt quickly by generating Makefiles only for
library and subdirectory targets. All other Makefiles
are created as wrappers, which will in turn run qmake.
@
[/quote]
It might be a matter of taste. I prefer the defaults, so -no-fast .
BTW there are explanations in the script ;-)
- -no-fast ........... Configure Qt normally by generating Makefiles for all
-
bq.
- -no-fast ........... Configure Qt normally by generating Makefiles for all
project files.
-fast .............. Configure Qt quickly by generating Makefiles only for
library and subdirectory targets. All other Makefiles
are created as wrappers, which will in turn run qmake.
recommend no-fast
- -no-fast ........... Configure Qt normally by generating Makefiles for all