Results 1 to 5 of 5

Thread: fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: fatal error C1083: Cannot open include file: 'stdint.h': No such file or director

    Yes, when you use Visual Studio, the .pro file isn't used any more. If you modify it, then you should re-import the pro file to a visual studio project file again. You don't need to drop to a command prompt to do this, you can just do "Qt->Open .Pro".

  2. #2
    Join Date
    May 2010
    Posts
    18
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: fatal error C1083: Cannot open include file: 'stdint.h': No such file or director

    Ok. I also saw that you could choose "Qt->Qt Options", and there you could add your qt version to a list, by specifying version name and path. I guess that when you do that, the plugin will automatically add the correct paths to the bin, include and lib folders to the visual studio options in "Tools->Options...->Projects and Solutions->VC++ Directories->", right?

    I thought it was pretty clever though what they did in the video example; instead of creating a normal console application, create a makefile application; that way you can specify which command lines that should be performed when building, rebuilding, and cleaning the project. In that way, the makefiles were recreated every time you built, so updating the pro file would lead to updated makefiles.

Similar Threads

  1. Replies: 2
    Last Post: 9th March 2010, 05:21
  2. Replies: 7
    Last Post: 18th September 2009, 14:44
  3. Replies: 10
    Last Post: 15th June 2009, 19:44
  4. Replies: 1
    Last Post: 27th March 2009, 06:22
  5. Replies: 4
    Last Post: 24th November 2007, 13:33

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.