check whether or not the krosspython library is
installed on the system when you execute the configure file before build.
We think it is necessary to check it because it allows the user to know
which functionalities you will have. As krosspython is used to be able to
run Python plugins via K
${KDE4_LIB_DIR}
${LIB_INSTALL_DIR} )
include( FindPackageHandleStandardArgs )
find_package_handle_standard_args( KrossPython DEFAULT_MSG
KROSSPYTHON_LIBRARY )
endif( KROSSPYTHON_LIBRARY )
mark_as_advanced( KROSSPYTHON_LIBRARY )
Thanks in advance.
--
Daniel E.
Hi,
Thanks for your the feedback.
I built Kiten using the kdeedu svn module and as expected, there were no
errors.
Also I marked the review request as 'discarded'.
--
Daniel E. Moctezuma
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Thanks Raphael,
those *.cmake files were well documented and helped me to understand.
--
Daniel E. Moctezuma
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
is a KDE4 application I thought that would be better and
indeed I didn't had any other error.
My question is: What is the difference between doing:
FIND_PACKAGE( KDE4 REQUIRED )
INCLUDE( KDE4Defaults )
and
FIND_PACKAGE( KDE4 REQUIRED )
?
--
Daniel E. Moctezuma
>> Visit http://mail.kde