[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [cdt-dev] CDT & QT custom files on Windows
|
Hi Srini,
I suggest that you create a bugzilla and attach the following files from
your project: .cdtbuild. makefile, sources.mk, object.mk, subdir.mk.
Assign the bugzilla to the cdt-build component.
Regards,
Leo
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Srinivasan S
Sent: Sunday, November 06, 2005 12:19 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] CDT & QT custom files on Windows
Hi
I just started using Eclipse / CDT with QT4. After some experiments I
have now figured out the configuration to compile and build
successfully.
Question: QT Assistant files *.ui are also part of my project. The ui
files need to be processed with uic.exe to produce *.h files which are
included in the cpp files. I use managed cpp make file as I dont want
to manually create them
The problem is that although *.ui files are part of the project and for
the *.ui files I have specified (individually) custom build steps to
call uic.exe the *.ui files are never compiled as part of the managed
build process.
For eg. the file mainwindow.ui is compiled with uic.exe to generate
ui_mainwindow.h. ui_mainwindow.h is then included into main.cpp.
Whenever mainwindow.ui is changed I want Eclipse to automatically run
the uic.exe so that a new ui_mainwindow.h is created.
Can somebody please help to achieve this ? (Right now I have setup to
run a custom tool with uic.exe and run it manually)
Regards
Srini
--
_______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.
Powered by Outblaze
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev