Click to See Complete Forum and Search --> : Compiling


BOOM
11-20-2002, 08:41 PM
Hey, how do I compile using Qt 3.0 designer? Or, what other good compilers are there for linux?

bwkaz
11-20-2002, 09:14 PM
Qt Designer is not a compiler. It is merely a tool to design user interfaces.

However, when you save your project, you can run qmake on the .pro file, and get a Makefile. Then you can run make, and that should compile it all for you. If you need to add an extra library or something, you can add it to one of the dialogs inside Designer.

BOOM
11-20-2002, 09:39 PM
Ok, thanks, cool..... Is there a single "compiler" software I can get for linux, like borland ?

found one... dont worry about responding.

Rüpel
11-21-2002, 03:19 AM
the compiler is most likely in there (do a locate gcc) - i think you're searching for an IDE (integrated development environment) with an editor, compiler, debugger and tools and all things fit together nicely :)

you asked for Qt - so i assume you want to develop programs for KDE - i think KDevelop may be an option for you. maybe your distro already installed it for you...