Results 1 to 5 of 5

Thread: Create in Qt command script fltk-config

  1. #1
    Join Date
    Apr 2010
    Location
    Italia
    Posts
    149
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Create in Qt command script fltk-config

    Hello to all. Since some time I'm using the libraries FLTK 1.3.1 (now there is 1.3.2) within QtCreator. In the package of these libraries there is a script (I think) Linux style named fltk-config. It is a kind of ./configure in the new projects Linux/Unix like.
    I'd like to be able to make a version that runs under Windows using Qt, so that they can integrate into QtCreator 2.6.0. I put the file in question as an attachment
    Can you help me in the enterprise ?
    Attached Files Attached Files

  2. #2
    Join Date
    Sep 2011
    Posts
    1,241
    Thanks
    3
    Thanked 127 Times in 126 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Create in Qt command script fltk-config

    you're asking how to write a makefile or batch script? nothing to do with qt programming is it?
    If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

  3. #3
    Join Date
    Apr 2010
    Location
    Italia
    Posts
    149
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Create in Qt command script fltk-config

    In fact I wish I could turn this into a bash script executable (. Exe) using Qt. It should be something that can be interfaced with qmake

  4. #4
    Join Date
    Sep 2011
    Posts
    1,241
    Thanks
    3
    Thanked 127 Times in 126 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Create in Qt command script fltk-config

    there's nothing in there that I saw that you cant do in a .bat file. where is your qt question?
    If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

  5. #5
    Join Date
    Apr 2010
    Location
    Italia
    Posts
    149
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Create in Qt command script fltk-config

    You're right, analyzing the script, in fact do not need to use Qt, but try to translate it into a script dos. Then the script dos will write in file .pro to Qt.

Similar Threads

  1. Replies: 4
    Last Post: 4th August 2011, 12:47
  2. Replies: 0
    Last Post: 4th August 2011, 11:37
  3. Replies: 11
    Last Post: 26th July 2010, 05:01
  4. Replies: 1
    Last Post: 27th February 2010, 10:33
  5. Replies: 7
    Last Post: 15th April 2007, 01:39

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.