Results 1 to 3 of 3

Thread: How to create executable in Ubuntu

  1. #1
    Join Date
    Jun 2013
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default How to create executable in Ubuntu

    Here's some information:

    I have created a .pro file of my project in QT 4.7
    I'm using Linux

    How do I create an executable of my project that i can use on my machine(same machine it's currently on). Its not for distribution but convenience. So every time i want to run my project I don't have to enter into QT Creator before hand to build my project.

    Sorry if this has been mentioned before but i was unable to find it, so a link to it or a quick step by step instructions of what i should do would be very helpful.

    Thanks for the help.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How to create executable in Ubuntu

    Open the terminal, cd to your project directory, run qmake, make and voila.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Feb 2012
    Location
    Armenia/Yerevan
    Posts
    400
    Thanks
    15
    Thanked 16 Times in 15 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default Re: How to create executable in Ubuntu

    or you can simply double-click the executable generated in your release or debug folder.

Similar Threads

  1. How to Create Executable file for my program
    By ay in forum Qt Programming
    Replies: 4
    Last Post: 29th September 2012, 15:39
  2. Qt on Ubuntu 10.04 from Ubuntu packages?
    By teele in forum Installation and Deployment
    Replies: 5
    Last Post: 28th March 2012, 08:41
  3. How to create finished executable?
    By Pyrrha in forum Newbie
    Replies: 7
    Last Post: 19th August 2011, 00:23
  4. How to Create Executable file for my QT application
    By c_srikanth1984 in forum Qt Programming
    Replies: 2
    Last Post: 19th March 2009, 04:02
  5. How to create a standalone executable?
    By Ashish in forum Qt Programming
    Replies: 1
    Last Post: 25th January 2007, 15:04

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.