Using QtCreator , objects created in debug but exe only in release ,can't debug app
-
Im using Qt Creator 3.4.2 (opensource)
with mingw : \Qt5.5.0\Tools\mingw492_32\bin\mingw32-make.exe
i try to compile QtDesigner which compiles fine , there are objects created in :
qttools\src\designer\src\components\lib.obj\debug
and every thing compiles fine .
but when i try to debug the app it looks like it runes the Release version of the app and the breakpoints ignored .
all set to debug , i start the "Start Debugging " play button and the app starts without stooping in the break points .
what im missing here ?here is the output when i try to debug :
12:45:36: Running steps for project qttools...
12:45:36: Configuration unchanged, skipping qmake step.
12:45:36: Starting: "G:\Qt\Qt5.5.0\Tools\mingw492_32\bin\mingw32-make.exe"
cd src/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/src.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && G:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[1]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src'
cd assistant/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/assistant.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant'
cd clucene/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/clucene/clucene.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/clucene'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Debug all
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/clucene'
mingw32-make[4]: Nothing to be done for 'all'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/clucene'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release all
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/clucene'
mingw32-make[4]: Nothing to be done for 'all'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/clucene'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/clucene'
cd help/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/help/help.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/help'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Debug all
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/help'
mingw32-make[4]: Nothing to be done for 'all'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/help'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release all
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/help'
mingw32-make[4]: Nothing to be done for 'all'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/help'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/help'
cd assistant/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/assistant/assistant.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/assistant'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/assistant'
mingw32-make[4]: Nothing to be done for 'first'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/assistant'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/assistant'
cd qhelpgenerator/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qhelpgenerator/qhelpgenerator.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qhelpgenerator'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qhelpgenerator'
mingw32-make[4]: Nothing to be done for 'first'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qhelpgenerator'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qhelpgenerator'
cd qcollectiongenerator/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qcollectiongenerator/qcollectiongenerator.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qcollectiongenerator'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qcollectiongenerator'
mingw32-make[4]: Nothing to be done for 'first'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qcollectiongenerator'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qcollectiongenerator'
cd qhelpconverter/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qhelpconverter/qhelpconverter.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qhelpconverter'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qhelpconverter'
mingw32-make[4]: Nothing to be done for 'first'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qhelpconverter'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant/qhelpconverter'
mingw32-make[2]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/assistant'
cd pixeltool/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/pixeltool/pixeltool.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/pixeltool'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/pixeltool'
mingw32-make[3]: Nothing to be done for 'first'.
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/pixeltool'
mingw32-make[2]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/pixeltool'
cd qtestlib/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtestlib/qtestlib.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtestlib'
mingw32-make[2]: Nothing to be done for 'first'.
mingw32-make[2]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtestlib'
cd designer/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/designer.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer'
cd src/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/src.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src'
cd uiplugin/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uiplugin/uiplugin.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uiplugin'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Debug all
mingw32-make[5]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uiplugin'
mingw32-make[5]: Nothing to be done for 'all'.
mingw32-make[5]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uiplugin'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release all
mingw32-make[5]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uiplugin'
mingw32-make[5]: Nothing to be done for 'all'.
mingw32-make[5]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uiplugin'
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uiplugin'
cd uitools/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uitools/uitools.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uitools'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Debug all
mingw32-make[5]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uitools'
mingw32-make[5]: Nothing to be done for 'all'.
mingw32-make[5]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uitools'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release all
mingw32-make[5]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uitools'
mingw32-make[5]: Nothing to be done for 'all'.
mingw32-make[5]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uitools'
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/uitools'
cd lib/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/lib/lib.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/lib'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Debug all
mingw32-make[5]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/lib'
mingw32-make[5]: Nothing to be done for 'all'.
mingw32-make[5]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/lib'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release all
mingw32-make[5]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/lib'
mingw32-make[5]: Nothing to be done for 'all'.
mingw32-make[5]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/lib'
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/lib'
cd components/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/components/components.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/components'
cd lib/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/components/lib/lib.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[5]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/components/lib'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Debug all
mingw32-make[6]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/components/lib'
mingw32-make[6]: Nothing to be done for 'all'.
mingw32-make[6]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/components/lib'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release all
mingw32-make[6]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/components/lib'
mingw32-make[6]: Nothing to be done for 'all'.
mingw32-make[6]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/components/lib'
mingw32-make[5]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/components/lib'
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/components'
cd designer/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/designer/designer.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/designer'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[5]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/designer'
mingw32-make[5]: Nothing to be done for 'first'.
mingw32-make[5]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/designer'
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/designer'
cd plugins/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/plugins.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins'
cd qwebview/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/qwebview/qwebview.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[5]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/qwebview'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[6]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/qwebview'
mingw32-make[6]: Nothing to be done for 'first'.
mingw32-make[6]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/qwebview'
mingw32-make[5]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/qwebview'
cd activeqt/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/activeqt/activeqt.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[5]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/activeqt'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[6]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/activeqt'
mingw32-make[6]: Nothing to be done for 'first'.
mingw32-make[6]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/activeqt'
mingw32-make[5]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/activeqt'
cd qquickwidget/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/qquickwidget/qquickwidget.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[5]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/qquickwidget'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[6]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/qquickwidget'
mingw32-make[6]: Nothing to be done for 'first'.
mingw32-make[6]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/qquickwidget'
mingw32-make[5]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins/qquickwidget'
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src/plugins'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer/src'
mingw32-make[2]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/designer'
cd linguist/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/linguist.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist'
cd lrelease/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lrelease/lrelease.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lrelease'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lrelease'
mingw32-make[4]: Nothing to be done for 'first'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lrelease'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lrelease'
cd lupdate/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lupdate/lupdate.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lupdate'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lupdate'
mingw32-make[4]: Nothing to be done for 'first'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lupdate'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lupdate'
cd lconvert/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lconvert/lconvert.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lconvert'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lconvert'
mingw32-make[4]: Nothing to be done for 'first'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lconvert'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/lconvert'
cd linguist/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/linguist/linguist.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/linguist'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/linguist'
mingw32-make[4]: Nothing to be done for 'first'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/linguist'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist/linguist'
mingw32-make[2]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/linguist'
cd qtplugininfo/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtplugininfo/qtplugininfo.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtplugininfo'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtplugininfo'
mingw32-make[3]: Nothing to be done for 'first'.
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtplugininfo'
mingw32-make[2]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtplugininfo'
cd qtpaths/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtpaths/qtpaths.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtpaths'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtpaths'
mingw32-make[3]: Nothing to be done for 'first'.
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtpaths'
mingw32-make[2]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtpaths'
cd qdbus/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus/qdbus.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus'
cd qdbus/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus/qdbus/qdbus.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus/qdbus'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus/qdbus'
mingw32-make[4]: Nothing to be done for 'first'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus/qdbus'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus/qdbus'
cd qdbusviewer/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus/qdbusviewer/qdbusviewer.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus/qdbusviewer'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[4]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus/qdbusviewer'
mingw32-make[4]: Nothing to be done for 'first'.
mingw32-make[4]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus/qdbusviewer'
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus/qdbusviewer'
mingw32-make[2]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qdbus'
cd windeployqt/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/windeployqt/windeployqt.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/windeployqt'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/windeployqt'
mingw32-make[3]: Nothing to be done for 'first'.
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/windeployqt'
mingw32-make[2]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/windeployqt'
cd qtdiag/ && ( test -e Makefile || G:/Qt/Qt5.5.0/5.5/mingw492_32/bin/qmake.exe G:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtdiag/qtdiag.pro -spec win32-g++ CONFIG+=debug -o Makefile ) && g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile
mingw32-make[2]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtdiag'
g:/Qt/Qt5.5.0/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release
mingw32-make[3]: Entering directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtdiag'
mingw32-make[3]: Nothing to be done for 'first'.
mingw32-make[3]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtdiag'
mingw32-make[2]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src/qtdiag'
mingw32-make[1]: Leaving directory 'g:/dev/cpp/Qt/QtTools5.5.1_sourcecode/qttools/src'
12:46:13: The process "G:\Qt\Qt5.5.0\Tools\mingw492_32\bin\mingw32-make.exe" exited normally.
12:46:13: Elapsed time: 00:37. -
Hi,
What are you exactly trying to start/debug ? It looks like you are building the qttools module.