Results 1 to 2 of 2

Thread: qtcreator specific x64 define

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2010
    Posts
    82
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default qtcreator specific x64 define

    hello all,

    i have a project i want to compile in x86 and x64 with qtcreator
    i want to specify a DLLDESTDIR for each configuration.
    i have already :
    win32:CONFIG(debug, debug|release)LLDESTDIR = <my_path>
    is there a win64: or something that can help me ?

    thanks

  2. #2
    Join Date
    Nov 2010
    Posts
    82
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qtcreator specific x64 define

    i found a way :

    contains(DEFINES, WIN64){
    //x64 propertoes
    }

    !contains(DEFINES, WIN64){
    //x86 properties
    }

    maybe there s a better way though...

Similar Threads

  1. Replies: 5
    Last Post: 14th February 2011, 14:06
  2. QtCreator 2.0 crashes application working in QtCreator 1.3
    By been_1990 in forum Qt Programming
    Replies: 2
    Last Post: 21st September 2010, 12:58
  3. tr with #define..it can work?
    By mattia in forum Newbie
    Replies: 9
    Last Post: 4th February 2008, 11:15
  4. #define MYCLASS_H ?
    By bnilsson in forum General Programming
    Replies: 1
    Last Post: 3rd February 2008, 10:50
  5. where should i put #define in QtDesigner?
    By nass in forum Qt Tools
    Replies: 1
    Last Post: 16th October 2006, 15:52

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.