[glug-t] Re: Compiling Qt applications
- From: venkatesh kumar <venky_sac@xxxxxxxxxxx>
- To: glug_t@xxxxxxxxxxxxx
- Date: Mon, 24 Jan 2005 07:07:55 +0000 (GMT)
hi,
i dont have a kde desktop for craeting qt application.the Session in my pc
shows these three items.
system default
gnome
...and if give deginer command in both it doesnt respond..give me some tips
and i wanted to know when i will get the materials for the workshop..
Thts all
bye
venkatesh kumar.A.
Rams <cl10120@xxxxxxxx> wrote:
Quoting KARTHIKEYAN :
> 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
"
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
Yahoo! India Matrimony: Find your life partneronline.
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
- References:
- [glug-t] Re: Compiling Qt applications
- From: Rams
Other related posts:
- » [glug-t] Compiling Qt applications
- » [glug-t] Re: Compiling Qt applications
- » [glug-t] Re: Compiling Qt applications
- [glug-t] Re: Compiling Qt applications
- From: Rams