Results 1 to 12 of 12

Thread: Qt4 open src mingw from a PC to another

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2007
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Change hard-coded variables

    I did. I even give the resulting error.

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

    Default Re: Change hard-coded variables

    Quote Originally Posted by nvictor View Post
    I did. I even give the resulting error.
    Where have you placed it? Could you post its contents?

  3. #3
    Join Date
    Apr 2007
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Change hard-coded variables

    Jacek,

    I have put the qt.conf in the same directory as the spreadsheet application I'm trying to compile.

    It contains:
    [Paths]
    Data = g:\qtforusb

    Because my external hard drive is assigned to drive G: when I plug it.

    thanks in advance for helping.

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

    Default Re: Change hard-coded variables

    Quote Originally Posted by nvictor View Post
    I have put the qt.conf in the same directory as the spreadsheet application I'm trying to compile.
    Try putting it in the same directory where qmake is.

    Quote Originally Posted by nvictor View Post
    It contains:
    [Paths]
    Data = g:\qtforusb
    Try:
    [Paths]
    Prefix = g:\qtforusb

  5. #5
    Join Date
    Apr 2007
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Change hard-coded variables

    Thanks Jacek

  6. #6
    Join Date
    Apr 2007
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Change hard-coded variables

    Jacek, if you are a member of the Qt team, I think the documentation should be made more precise. Because I have found on forums people complaining about the page regarding qt.conf. thanks you are here

    Now my Qt adventure that has been interrupted for 2 weeks can re-start.

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

    Default Re: Change hard-coded variables

    Quote Originally Posted by nvictor View Post
    Jacek, if you are a member of the Qt team,
    Unfortunately, I'm not.

    Quote Originally Posted by nvictor View Post
    I think the documentation should be made more precise. Because I have found on forums people complaining about the page regarding qt.conf.
    You can contact the Trolls for example through this page: http://www.trolltech.com/bugreport-form

Similar Threads

  1. Replies: 3
    Last Post: 7th October 2015, 19:43
  2. again Open Cascade + Qt 4.2.2 but detailed...
    By Shuchi Agrawal in forum Qt Programming
    Replies: 11
    Last Post: 1st February 2007, 07:03
  3. again Open Cascade + Qt 4.2.2 but detailed...
    By Shuchi Agrawal in forum Qt Programming
    Replies: 1
    Last Post: 18th January 2007, 06:50
  4. Where do I get MinGW 3.2 ?
    By Shwetha in forum Newbie
    Replies: 19
    Last Post: 3rd April 2006, 22:36
  5. Replies: 11
    Last Post: 24th March 2006, 06:40

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.