Integrating Kdevelop 3.0.4 and QT 3.3: howto create *.cpp from *.ui?

Tarjei Knapstad tarjei.knapstad at predichem.com
Wed Jun 23 12:38:55 BST 2004


On Sun, 2004-06-20 at 15:27, Karim Ryde wrote:
> Hi!
> 
> Using QT to edit *.ui files and coding i Kdevelop.
> I use QT's "qmake -project && qmake && make" to create *.cpp.
> Then have to delete the *.o files.
> Is there an easier way?
> 

Call the UI Compiler 'uic' directly.

Type 'uic' in a shell (no quotes) to see all the options.

Maybe QMake creates a separate target to generate the .h/.cpp files from
.ui files, but you'll have to check that (i.e. you could maybe do
something like 'make ui' or the like).

--
Tarjei


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list