Results 1 to 10 of 10

Thread: include "QDialog" etc not found after upgrade from 5.4 to 5.6

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2012
    Posts
    38
    Thanks
    10
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: include "QDialog" etc not found after upgrade from 5.4 to 5.6

    Thanks mate! is it not a bad idea to update the pro file manually. I mean I work on my projects on two different computers with different setup, hence I use qmake -project every day.

    I will check my qtcreator to see if I have variable pointing to the old directories.

    cheers!

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,328
    Thanks
    317
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: include "QDialog" etc not found after upgrade from 5.4 to 5.6

    I'm not really a Qt Creator / qmake user; I work mainly in Visual Studio. There, I can specify include and library paths using environment variables: $(QTDIR)/include, etc. I would be surprised if you can't do the same thing in a .pro file. This would let you move the same project to different computers and it would work the same if you have the same environment variable on each system pointing to the correct place.

  3. The following user says thank you to d_stranz for this useful post:

    gig-raf (12th April 2016)

Similar Threads

  1. QButtonBox, QDialog should not close on "Abort" or "Cancel"
    By HappyCoder in forum Qt Programming
    Replies: 8
    Last Post: 10th September 2015, 13:10
  2. QML: module "QtQuick.Controls" plugin "qtquickcontrolsplugin" not found on iOS
    By ChristianH in forum Installation and Deployment
    Replies: 0
    Last Post: 22nd August 2015, 17:53
  3. Replies: 32
    Last Post: 25th August 2012, 23:10
  4. "Cannot run program "C:\Qt\4.3.3\bin\qmake": file not found
    By PeteH in forum Installation and Deployment
    Replies: 1
    Last Post: 7th February 2009, 00:48
  5. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05

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.