From kdevelop-bugs Sun Jul 25 10:54:12 2004 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Sun, 25 Jul 2004 10:54:12 +0000 To: kdevelop-bugs Subject: [Bug 85927] New: Dependency of the target in the Makefile expand to read any ui.h file Message-Id: <20040725105412.19190.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306929004732 ------- 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=85927 Summary: Dependency of the target in the Makefile expand to read any ui.h file Product: kdevelop Version: 3.0.4 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: stefan st-petersen de Version: 3.0.4 (using KDE KDE 3.2.2) Compiler: gcc 3.2.3 OS: Linux For Qt ui.h approach any changes in the ui.h file does not force make to build the target. You have to change the cpp file of the widget, so that make recognizes a change and rebuild the target. It would be nice, whenever a ui.h file of the project changes, that the target is being rebuild again.