ui Build order with ninja
Aleix Pol
aleixpol at kde.org
Sat Jan 12 23:07:24 UTC 2013
On Fri, Jan 11, 2013 at 9:38 AM, Artur Bać <artur at ebasoft.com.pl> wrote:
> Hello.
> Im building kdevplatform with ninja on windows.
> I had to change order in sources list to allow generate ui_*.h files
> before they are included later in .cpp
> In original order cpp are before ui and with nija i got errors that
> ui_*.h files are missing.
>
> plugins/filetemplates
>
> set(kdevfiletemplates_PART_SRCS
> )
>
> kde4_add_ui_files(kdevfiletemplates_PART_SRCS
> templatepreviewtoolview.ui
> ui/classmembers.ui
> ui/classoptions.ui
> ui/licensechooser.ui
> ui/newclass.ui
> ui/outputlocation.ui
> ui/overridevirtuals.ui
> ui/templateselection.ui
> ui/testcases.ui
> )
>
> set(kdevfiletemplates_PART_SRCS
> ${kdevfiletemplates_PART_SRCS}
> templatepreview.cpp
> templatepreviewtoolview.cpp
> filetemplatesplugin.cpp
>
> classidentifierpage.cpp
> classmemberspage.cpp
> defaultcreateclasshelper.cpp
> licensepage.cpp
> outputpage.cpp
> overridespage.cpp
> templateclassassistant.cpp
> templateoptionspage.cpp
> templateselectionpage.cpp
> testcasespage.cpp
> )
> _______________________________________________
> KDevelop-devel mailing list
> KDevelop-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kdevelop-devel
>
Hi Artur,
Please report this issue to the cmake development team. They will probably
ask you to report a bug against cmake.
Aleix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20130113/24e6e6cb/attachment-0001.html>
More information about the KDevelop-devel
mailing list