News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Problem of Qt Application template

Started by lfm, May 26, 2006, 04:00:39 PM

Previous topic - Next topic

lfm

I using rev 2509 + MinGW + WinXP.
In my computer, QT's directory looks like: additional file 1, but in the new project that created from QT Application template, the project build options is: additional file 2.

Otherwise, i had set a WindowsXP SYSTEM variable: "QTDIR=D:\Program\Qt"; and added a variable "QTDIR=D:\Program\Qt" at "Settings\GNU GCC Compiler\Customer variables". But C::B seems to not notifed the variable. So i had to add the variable at "Project\Build options\default\GNU GCC Compiler\Customer variables", this time C::B has notified the variable.

Sorry for my english.


[attachment deleted by admin]

lfm

#1
OK! Those two problem has been resolved. Edit "CBdir\share\CodeBlocks\templates\qt.cbp", replace "$QTDIR" with "$(QTDIR)", replace "\include\qt\ActiveQt" with "\include\ActiveQt", etc.
And add library libQtSvg4.a, libQtTest4.a, libQtUiTools.a.
:D :D :D