PDA

View Full Version : Qt Command Prompt and Recompiling



vbman213
6th February 2010, 02:06
I'm looking for some assistance in learning how to properly use the Qt Command Interface. I know that the main command is the "Configure" command which is used to configure settings in Qt (Static vs Shared) and to tell what objects to build (WebKit, OpenSSL, etc...)

Just as an experiment I tried to recompile Qt to build statically. "Configure -static" then execute "Mingw32-make"... After everything was done, Qt Creator would no longer compile EXE's failing with Error Code Number 2 I believe...

What am I doing wrong? It seems like the recompilation process is "hit or miss", could I be having compilation issues that are breaking functionality? And how do I properly link OpenSSL for use with WebKit?

axeljaeger
6th February 2010, 09:49
Can you post the exact error message that QtCreator gave after you tried to compile with your static Qt? Post the ouput of the 4th pane called "Compile" or "Compilation" in the bottom area of the the Qt Creator window.