[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 148130] QMake manager: ui.h file not recreated after changes to
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-07-26 23:06:32
Message-ID: 20070726230632.30476.qmail () ktown ! kde ! org
[Download RAW message or body]

------- 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=148130         




------- Additional Comments From apaku gmx de  2007-07-27 01:06 -------
I think we're misunderstanding each other. I was talking about the foobar.ui.h file \
that is created for custom slots that you add to foobar.ui. Obviously you are talking \
about the foobar.h file which is generated from foobar.ui, right?

If so, the fact that Build doesn't work simply shows that your qmake doesn't generate \
proper Makefile's. The Makefile should contain Makefile rules like this:

foobar.h: foobar.ui
      $(UIC) foobar.ui -o foobar.h
foobar.cpp: foobar.h foobar.ui
      $(UIC) untitled.ui -i untitled.h -o untitled.cpp

Now if your Makefile does contain these rules, then your make is broken or you didn't \
save the .ui file (IIRC there was or is a bug in the embedded designer that doesn't \
allow to save via keyboard shortcut, to rule that out just use plain Qt designer). If \
the Makefile doesn't have such rules (which would be really strange), then your qmake \
is broken.

Still none of the two has anything to do with kdevelop.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic