Results 1 to 2 of 2

Thread: system hanged when started app debugging with qt5.2

  1. #1
    Join Date
    Nov 2013
    Posts
    10
    Thanks
    8
    Platforms
    MacOS X Unix/X11 Windows Android

    Unhappy system hanged when started app debugging with qt5.2

    Hi all,

    I had Qt 5.1. Recently I installed Qt 5.2 in different location on my ubuntu 12.04. It was fine with Qt 5.1. When I start debugging my application with Qt 5.2, system gets hand. system is not responding for mouse/keyboard. I have to turn off my machine. What is the solution for this?

    Thanks.

    av.

  2. #2
    Join Date
    Feb 2012
    Location
    Armenia/Yerevan
    Posts
    400
    Thanks
    15
    Thanked 16 Times in 15 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default Re: system hanged when started app debugging with qt5.2

    I think there might be a problem with the QTDIR environment variable pointing to the 5.2 installation.

    You could create two batch files like this (might have to add full path to qtcreator.exe):

    qtcreator510.bat:
    set QTDIR=C:\Qt\5.1.0
    start qtcreator.exe
    qtcreator520.bat:

    set QTDIR=C:\Qt\5.2.0
    start qtcreator.exe
    and place them e.g. on your desktop. Then always start QtCreator via the batch files for the configuration you want.

    Side node: There are sometimes problems when having two QtCreator instances up at the same time, e.g. the second instance cannot write to the console.

Similar Threads

  1. Replies: 8
    Last Post: 21st March 2011, 12:40
  2. Replies: 3
    Last Post: 6th September 2010, 23:00
  3. Replies: 1
    Last Post: 25th May 2010, 04:17
  4. Replies: 5
    Last Post: 19th September 2008, 15:24
  5. How do I get started?
    By neigaard in forum Newbie
    Replies: 2
    Last Post: 12th March 2007, 08:42

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.