Hi Andre', I've run the following commands, and the compilation breaks on Qt creator:
----------- cd ../git git clone git://gitorious.org/qt-creator/qt-creator.git cd ../qt-everywhere-opensource-src-4.6.0 qmake -r CONFIG+=debug ../git/qtcreator.pro make cp -f /home/quest/Desktop/creator/qt-creator-1.3.0/share/qtcreator/styles/default.xml styles/default.xml cp -f /home/quest/Desktop/creator/qt-creator-1.3.0/share/qtcreator/styles/fakevim.xml styles/fakevim.xml cp -f /home/quest/Desktop/creator/qt-creator-1.3.0/share/qtcreator/styles/grayscale.xml styles/grayscale.xml cp -f /home/quest/Desktop/creator/qt-creator-1.3.0/share/qtcreator/gdbmacros/gdbmacros.cpp gdbmacros/gdbmacros.cpp cp -f /home/quest/Desktop/creator/qt-creator-1.3.0/share/qtcreator/gdbmacros/gdbmacros.h gdbmacros/gdbmacros.h cp -f /home/quest/Desktop/creator/qt-creator-1.3.0/share/qtcreator/gdbmacros/gdbmacros.pro gdbmacros/gdbmacros.pro cp -f /home/quest/Desktop/creator/qt-creator-1.3.0/share/qtcreator/gdbmacros/gdbmacros_p.h gdbmacros/gdbmacros_p.h cp -f /home/quest/Desktop/creator/qt-creator-1.3.0/share/qtcreator/gdbmacros/LGPL_EXCEPTION.TXT gdbmacros/LGPL_EXCEPTION.TXT cp -f /home/quest/Desktop/creator/qt-creator-1.3.0/share/qtcreator/gdbmacros/LICENSE.LGPL gdbmacros/LICENSE.LGPL cp -f /home/quest/Desktop/creator/qt-creator-1.3.0/share/qtcreator/gdbmacros/test/dumpertest.pro gdbmacros/test/dumpertest.pro cp -f /home/quest/Desktop/creator/qt-creator-1.3.0/share/qtcreator/gdbmacros/test/main.cpp gdbmacros/test/main.cpp (test -z "" || cd "" ; targ=`basename phony_target`; objcopy --only-keep-debug "$targ" "$targ.debug" && objcopy --strip-debug "$targ" && objcopy --add-gnu-debuglink="$targ.debug" "$targ" && chmod -x "$targ.debug" ) ; objcopy: 'phony_target': No such file gmake[2]: *** [phony_target] Error 1 gmake[2]: Leaving directory `/home/quest/Desktop/creator/qt-everywhere-opensource-src-4.6.0/share/qtcreator' gmake[1]: *** [sub-qtcreator-static-pro-make_default] Error 2 gmake[1]: Leaving directory `/home/quest/Desktop/creator/qt-everywhere-opensource-src-4.6.0/share' gmake: *** [sub-share-make_default-ordered] Error 2 localhost quest ~/Desktop/creator/qt-everywhere-opensource-src-4.6.0 $ --- On Fri, 12/18/09, André Pönitz <[email protected]> wrote: From: André Pönitz <[email protected]> Subject: Re: [Qt-creator] Qt Creator crashes on breakpoint To: "[email protected]" <[email protected]> Date: Friday, December 18, 2009, 3:56 PM On Friday 18 December 2009 15:18:53 ext Qt Quest wrote: > OK, compiling Qt 4.6.0 debug. > Is there a way to compile Qt creator for debug mode > from the command line? qmake -r CONFIG+=debug > It should also have some --with-qt-dir flag as well... That's not needed, just use the qmake from that directory. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
