On Sunday 22 November 2015 11:32:02 Yves Guillemot wrote:
> hidden/src/rosegardenprivate_export.h.cmake does not exist.
> CMake Error at src/CMakeLists.txt:11 (configure_file):
>   configure_file Problem configuring file
 
Oops, here's the missing file (to save under src)

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5
/*
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) version 3, or any
    later version accepted by the membership of KDE e.V. (or its
    successor approved by the membership of KDE e.V.), which shall
    act as a proxy defined in Section 6 of version 3 of the license.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library.  If not, see <http://www.gnu.org/licenses/>.

*/
#ifndef ROSEGARDENPRIVATE_EXPORT_H
#define ROSEGARDENPRIVATE_EXPORT_H

#include <QtCore/QtGlobal>

#cmakedefine01 ROSEGARDENPRIVATE_STATIC_BUILD

#ifndef ROSEGARDENPRIVATE_EXPORT
# if ROSEGARDENPRIVATE_STATIC_BUILD
   /* No export/import for static libraries */
#  define ROSEGARDENPRIVATE_EXPORT
# elif defined(ROSEGARDENPRIVATE_LIB_MAKEDLL)
   /* We are building this library */
#  define ROSEGARDENPRIVATE_EXPORT Q_DECL_EXPORT
# else
   /* We are using this library */
#  define ROSEGARDENPRIVATE_EXPORT Q_DECL_IMPORT
# endif
#endif

#endif
------------------------------------------------------------------------------
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to