[glug-t] Re: Compiling Qt applications

Quoting KARTHIKEYAN <karthiknitt@xxxxxxxxx>:
> After creating the gui interface using qt, what are the step by step
> procedures for running the executable?

After creating the QT application project, these are the following steps
to be followed to get the binary:
  
   o) Use "qmake" command to get the make from the the ".pro" 
      project file. 
        This can be done by opening the terminal and cd to the
        directory where you have saved your QT application files.
        Then, issue the command "qmake". If you have multiple project files
        in that directory, issue the command, "qmake -makefile <project>"
   o) The above step creates a "Makefile". Issue the command, "make"
      to build the executable. It would compile your application and would
      produce a binary in the very same directory. 

  - Rams

*********************** Unity in Diversity - CH@0$ ***************************
     /\                         For want of a NAIL,    the shoe was lost
    /__\                        For want of a shoe,    the horse was lost
   /_\/_\                       For want of a horse,   the warrior was lost
  /\    /\                      For want of a warrior, the battle was lost
 /__\  /__\                     For want of a battle,  the KINGDOM was lost
/_\/_\/_\/_\                                 - From a Folk-Lore
******************************************************************************

-------------------------------------------------
This mail sent through IMP(http://www.nitt.edu)
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with 
'unsubscribe' as subject.

Website: http://glugt.linuxisle.com

Other related posts: