Results 1 to 2 of 2

Thread: about pro file

  1. #1
    Join Date
    Mar 2006
    Posts
    48
    Thanks
    5
    Thanked 4 Times in 3 Posts

    Default about pro file

    i have pro file with text:

    CONFIG += qt debug_and_release
    TARGET = myProg
    DESTDIR += ./bin

    so if i compile in Windows (make -f Makefile.Release) i get my exe file in folder "./release"
    but if i compile (make -f Makefile.Release) under Linux my exe file in folder "./bin"

    why?

  2. #2
    Join Date
    Jan 2006
    Location
    Athens - Greece
    Posts
    219
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: about pro file

    Quote Originally Posted by evgenM
    i have pro file with text:

    CONFIG += qt debug_and_release
    TARGET = myProg
    DESTDIR += ./bin

    so if i compile in Windows (make -f Makefile.Release) i get my exe file in folder "./release"
    but if i compile (make -f Makefile.Release) under Linux my exe file in folder "./bin"

    why?
    Change it to:
    DESTDIR = bin

Similar Threads

  1. Apparent error in QtCore/quuid.h
    By cwp500 in forum Qt Programming
    Replies: 11
    Last Post: 18th December 2008, 20:51
  2. Can you specify a file engine?
    By skimber in forum Qt Programming
    Replies: 2
    Last Post: 18th September 2008, 15:54
  3. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  4. file renaming on windows
    By jdd81 in forum Qt Programming
    Replies: 9
    Last Post: 2nd October 2007, 19:41
  5. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21

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.