Results 1 to 3 of 3

Thread: problem after Qt 4.2.2 static build

  1. #1
    Join Date
    Mar 2006
    Posts
    53
    Thanks
    12
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Smile problem after Qt 4.2.2 static build

    Hi,

    I gave configure.exe -static and nmake to get a static build of 4.2.2 in a windows machine.

    Now the static build is over, I created a newproject in visual studio.net 2003 using Qt Application template in QtProjects type, to add my existing projects files.

    After rebuilding the application I am getting the following error,

    fatal error C1083: Cannot open include file: 'qdom.h': No such file or directory
    How to fix this one ?

    thanks,
    **npc**

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: problem after Qt 4.2.2 static build

    If you were using qmake, you would have to add "QT += xml" to your .pro file.

    Try adding defining QT_XML_LIB macro.

  3. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: problem after Qt 4.2.2 static build

    You can select "Add Qt Module" from the "Project" menu or from the context menu over the project item in the solution explorer.
    J-P Nurmi

Similar Threads

  1. Replies: 16
    Last Post: 23rd May 2008, 10:12
  2. qt desginer 4.2.2 problem on win_xp_sp2
    By eemil in forum Installation and Deployment
    Replies: 2
    Last Post: 28th December 2006, 12:57
  3. Problem regarding DLL
    By vermarajeev in forum General Programming
    Replies: 3
    Last Post: 5th October 2006, 03:57
  4. Problem with libmng on static link
    By jlbrd in forum Installation and Deployment
    Replies: 2
    Last Post: 10th May 2006, 22:38
  5. shared versus static build
    By jcr in forum Installation and Deployment
    Replies: 2
    Last Post: 28th January 2006, 08: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.