Results 1 to 4 of 4

Thread: QApplication not found using qmake win64

  1. #1
    Join Date
    Oct 2014
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Android

    Default QApplication not found using qmake win64

    I am a linux programmer and new to GUI programming on windows, spare my ignorance.
    I downloaded the Qt-x64- x64 4.8.6 version compiled under MingW sjlj.

    I didn't downloaded the compiler, but 7zip version. I already have a working GCC-TDM (4.8) installation.

    QMAKESPEC is set to C:\qt-4.8.6-x64-mingw-sjlj\mkspecs\win32-g++

    Both normal terminal and msys gives the following error:
    JLIM1Ce.jpg

    How to solve this riddle?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QApplication not found using qmake win64

    Does "c:\Qt\4.8.6\x64\mingw-sjlj\include" directory exist and does it contain a "QtGui" subdirectory with a "QApplication" file?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Oct 2014
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: QApplication not found using qmake win64

    Quote Originally Posted by wysota View Post
    Does "c:\Qt\4.8.6\x64\mingw-sjlj\include" directory exist and does it contain a "QtGui" subdirectory with a "QApplication" file?
    Yes locations were correct, but even then errors were coming. I moved the the official 32 bit version of 4.8. There were minor path errors which was corrected... Now working fine....

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QApplication not found using qmake win64

    Seems strange. You set QMAKESPEC to C:\qt-4.8.6-x64-mingw-sjlj\mkspecs\win32-g++ but the include files were in a totally different subtree of C (C:\Qt\4.8.6\...) ? Seems someone.... extraordinary.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. qmake configuration file not found (Qt 5.2.1 - Win x64 built from source)
    By Asm_x64 in forum Installation and Deployment
    Replies: 1
    Last Post: 20th May 2014, 23:26
  2. MSVC2008 : win 32 and win64 installation
    By marco.stanzani in forum Installation and Deployment
    Replies: 0
    Last Post: 4th December 2012, 12:33
  3. QMake not Found
    By abureem in forum Newbie
    Replies: 1
    Last Post: 10th January 2010, 18:35
  4. QMAKE not found
    By kavinsiva in forum Newbie
    Replies: 3
    Last Post: 27th August 2009, 16:16
  5. QApplication & QPushButton not found
    By briahn06 in forum Installation and Deployment
    Replies: 3
    Last Post: 9th April 2006, 18:10

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.