------- 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=124354 Summary: Adding new UI Files to QMake Manager Product: kdevelop Version: unspecified Platform: SuSE RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: zeller.benjamin web de Version: 3.5.1 Level 'a' (using KDE KDE 3.5.1) Installed from: SuSE RPMs Compiler: gcc 3.3.5 OS: Linux Using QT 4.1.1 with QMake Manager When adding a new (external created) UI File to QMake Manager, it is not compiled until i changed something in it. If i want to use the output file of uic i have to: 1. Add the UI File 2. Change something in it to make QMake Manager compile the File // bug? 3. compile my Project I think Point 2 is a small Bug. QMake Manager does not compile newly added UI Files until they are changed one time. QMake Manager should compile newly added UI-Files.