Page 2 of 2 FirstFirst 12
Results 21 to 23 of 23

Thread: Where are my Qt .lib files??

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

    Default Re: Where are my Qt .lib files??

    The difference is that you can't delete the Qt source tree with the qtnode version. If you do, you won't be able to compile any Qt code.

  2. #22
    Join Date
    Apr 2007
    Location
    Rakovnik, Czech Republic
    Posts
    175
    Thanks
    43
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Where are my Qt .lib files??

    yeah, i saw that in the qtcentre instructions (using the -prefix flag, otherwise "you won't be able to delete Qt sources without making the whole thing unusable"). Honestly, I didn't quite understand what this meant, but figured I just build everything without it (per qtnode instructions) and leave it alone... and shouldn't have any problems. Does this mean: you won't be able to compile the dlls and libs, move them elsewhere, then delete the directory tree from which you built the dlls/libs?

    This next question isn't critical, but: I built everything on an external drive to my laptop. Can I copy the whole directory tree to my C:\ drive now, edit my environment variables, and expect everything to work? Now that i've the MSVC++ version working, I can delete the mingw version on C:\ to make space for the MS stuff.

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

    Default Re: Where are my Qt .lib files??

    Quote Originally Posted by vonCZ View Post
    Does this mean: you won't be able to compile the dlls and libs, move them elsewhere, then delete the directory tree from which you built the dlls/libs?
    If you're talking about Qt dlls, then that's correct. Look at your Qt include files (one reason) or try moving the dlls elsewhere and ask qmake to compile any app (second reason).

    This next question isn't critical, but: I built everything on an external drive to my laptop. Can I copy the whole directory tree to my C:\ drive now, edit my environment variables, and expect everything to work?
    No (that's the second reason) as qmake (the binary and config files) has the path to Qt directory hardcoded. You could if you used the prefix or prefix-install switches.

Similar Threads

  1. Problem converting .ui files from Qt3 to 4
    By Amanda in forum Qt Programming
    Replies: 6
    Last Post: 28th October 2006, 04:34
  2. Replies: 5
    Last Post: 22nd September 2006, 08:04
  3. UTF-16 files
    By jcr in forum Qt Programming
    Replies: 3
    Last Post: 7th September 2006, 12:43
  4. [Win32/VC++ 8.0] Strange problems with qrc_*.cpp files
    By mloskot in forum Installation and Deployment
    Replies: 6
    Last Post: 6th March 2006, 10:28
  5. Visual Studio 2003 and .vcproj files
    By mbjerkne in forum General Discussion
    Replies: 2
    Last Post: 1st February 2006, 00:51

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.