Results 1 to 2 of 2

Thread: Trouble with release comiplation.

  1. #1
    Join Date
    Aug 2012
    Posts
    19
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Trouble with release comiplation.

    I got strange problem after compilation process. When I use Debug configuration everything is okay, but when im trying to run any project with realese conf. the application straight away is closed with code =-1073741511.
    As I noticed the problem occurs because of " CONFIG+=release" comand
    Any ideas how I can fix that?
    Last edited by Kaluss; 21st August 2012 at 23:32.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Trouble with release comiplation.

    Make sure your application has matching release mode Qt DLLs to load.

    This problem is well covered in these forums: https://www.google.com/search?q=%22-...3Aqtcentre.org

Similar Threads

  1. Trouble using QTimeEdit
    By rforehand in forum Newbie
    Replies: 0
    Last Post: 17th October 2009, 01:03
  2. SQL trouble
    By xmeister in forum Newbie
    Replies: 2
    Last Post: 25th March 2009, 11:53
  3. Trouble with QPrintPreviewWidget
    By estanisgeyer in forum Qt Programming
    Replies: 0
    Last Post: 9th December 2008, 13:07
  4. Trouble with resolution
    By Xaar in forum Newbie
    Replies: 6
    Last Post: 23rd February 2007, 18:58
  5. New to QT..need help guys..sorry for the trouble
    By neomax in forum General Discussion
    Replies: 2
    Last Post: 17th November 2006, 16:20

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
  •  
Qt is a trademark of The Qt Company.