Hi,
thank you very much.
I have the source code and the Qt installation not in the
same folder (and partition). After the execution of the
D:\Qt\qt-everywhere-opensource-src-4.8.0\configure.exe
I have copied the C:\Qt\4.8.0\lib and some binaries from
the bin folder (after every compiler output ;-) ). But then
I have first build the
D:\Qt\qt-everywhere-opensource-src-4.8.0\src\activeqt
project and copied the ui_qaxselect.h into the
D:\Qt\qt-everywhere-opensource-src-4.8.0\include\ActiveQt
folder, because the compiler was searching for this file. I
couldn't find the file in the C:\Qt\4.8.0\include folder.
Now, I can build the Qt Designer.

I want to learn from the source code and want to insert some
qDebugs here and there for watching. But to build and run the
Designer needs some time, my question is now, is there a good
praxis for building the project?
For example: I insert 1 line of code and build the project, needs
about 1 min.
My projects are smaller. ;-)

Thomas Meyer


Am 17.12.2011 21:27, schrieb Thiago Macieira:
On Saturday, 17 de December de 2011 20.37.55, Thomas Meyer wrote:

I have unpacked the file in D:\Qt and opened the
D:\Qt\qt-everywhere-opensource-src-4.8.0\tools\designer\designer.pro
file with:
Qt Creator 2.4.0 Based on Qt 4.7.4 (32 bit)
You need to configure Qt first. Once you have finished running configure, you
should be able to open the .pro files in Creator and build.

You don't need to use Creator for this. You can just type make in that
directory above after configure is finished.



_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to