Results 1 to 2 of 2

Thread: Trying to set "Make arguments" through a QT Creator Project wizard

  1. #1
    Join Date
    Jun 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Trying to set "Make arguments" through a QT Creator Project wizard

    I've been using QT Creator to make some mex files for use in Matlab. I've been able to compile these files through QT creator by setting the "override /usr/bin/make" and "Make arguments" options.

    I'm looking for a way to fill out those fields through a custom wizard, so that other users can take my mex files and update them in QT Creator without having to configure the compilation themselves.

    I'm using Qt Creator 3.0.1 on Ubuntu Linux.

  2. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Trying to set "Make arguments" through a QT Creator Project wizard

    I don't know how to answer your question, but maybe you could consider using custom targets in project file. Look here : link , under "Adding Custom Targets" section. This can allow you to run custom step to generate your files, and it does not force your users to use QtCreator.

Similar Threads

  1. Replies: 2
    Last Post: 11th June 2010, 18:30
  2. Replies: 3
    Last Post: 15th February 2010, 17:27
  3. How to create a "setup" wizard for my Qt Application ?
    By AbuYusuf in forum Installation and Deployment
    Replies: 1
    Last Post: 14th February 2010, 12:59
  4. "make install" and "make clean" on Windows for Qt
    By Berberis in forum Installation and Deployment
    Replies: 0
    Last Post: 29th November 2009, 23:02
  5. Replies: 3
    Last Post: 8th July 2008, 19:37

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.