[Bug 76037] qmake project: binary not rebuild before execution (after changes in files)

thasart thasart at gmx.de
Sun Apr 25 19:07:02 UTC 2004


On Saturday 24 April 2004 10:30, Daniel Franke wrote:
> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
> http://bugs.kde.org/show_bug.cgi?id=76037
>
>
>
>
> ------- Additional Comments From daniel.franke imbs uni-luebeck de 
> 2004-04-24 10:30 ------- Created an attachment (id=5758)
>  --> (http://bugs.kde.org/attachment.cgi?id=5758&action=view)
> patch against CVS HEAD (2004/04/23)
>
> Could somebody have a look at this patch? Works fine so far, but it might
> not be the best solution since I'm not involved in history of trollproject.
>
> _______________________________________________
> Kdevelop-devel mailing list
> Kdevelop-devel at barney.cs.uni-potsdam.de
> http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel

Hi,

I have revised the qmake manager completely.
this bug is in the new manager already fixed.
i will send the manager next week...

Mfg
Thomas Hasart

here is a short list of thing i have changed:

---------------------------------------------------------------------------------
-complete rewrite of config dialog
-config dialog uses KDialogBase
-switch subproject on open config dialog by clicking subproject item

-remove all Toolbuttons, now Use kactions && ktoobar
-fix bug adding multiple files
-correct corba handling, now use QMAKE_EXTRA_UNIXTARGET
-fix Bug 76040 && Bug 74099?? in filebuffer hanling of  ${....} vars
-add actions to set build mode for all projects over context
-add correct INCLUDEPATH if ui_output _path is setted
-rewrite scope handling
-rewrite file handling
-add target make actions:
	clean
	distclean
	mocclean
	lexclean
	yaccclean
	uicables
	mocables
-add seting of includedeps 
-fix "build before execute" feature
-fix Bug 76037 "build target" >> now builds all depended targets before "build 
target"
-add actions "build ...(only target)"

-build file, now saves all files
-check appRunning before "execute" 
-add action "relink target"

-fix Bug 73420 "double files"

-fix bug in fileBuffer handling vars like "TARGET.files"
-rewrite INSTALLS PART

-add make actions:
	install target
	install project
	
-Bug 74810 "win32 scopes" add handling for *.dll *.lib but, not testet
-revise Exclude Dialog ( Installs must fix later);
---------------------------------------------------------------------------------




More information about the KDevelop-devel mailing list