60 lines
1.8 KiB
C
60 lines
1.8 KiB
C
/* This file is part of Clementine.
|
|
|
|
Clementine is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
Clementine 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 General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with Clementine. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
#ifndef CLEMENTINE_CONFIG_H
|
|
#define CLEMENTINE_CONFIG_H
|
|
|
|
#define CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}"
|
|
#define CMAKE_EXECUTABLE_SUFFIX "${CMAKE_EXECUTABLE_SUFFIX}"
|
|
|
|
#cmakedefine HAVE_VISUALISATIONS
|
|
#cmakedefine HAVE_AMAZON_CLOUD_DRIVE
|
|
#cmakedefine HAVE_AUDIOCD
|
|
#cmakedefine HAVE_BOX
|
|
#cmakedefine HAVE_BREAKPAD
|
|
#cmakedefine HAVE_CRYPTOPP
|
|
#cmakedefine HAVE_DBUS
|
|
#cmakedefine HAVE_X11
|
|
#cmakedefine HAVE_DEVICEKIT
|
|
#cmakedefine HAVE_DROPBOX
|
|
#cmakedefine HAVE_GIO
|
|
#cmakedefine HAVE_GOOGLE_DRIVE
|
|
#cmakedefine HAVE_LIBGPOD
|
|
#cmakedefine HAVE_LIBLASTFM
|
|
#cmakedefine HAVE_LIBLASTFM1
|
|
#cmakedefine HAVE_LIBMTP
|
|
#cmakedefine HAVE_LIBPULSE
|
|
#cmakedefine HAVE_ALSA
|
|
#cmakedefine HAVE_MOODBAR
|
|
#cmakedefine HAVE_SEAFILE
|
|
#cmakedefine HAVE_SKYDRIVE
|
|
#cmakedefine HAVE_SPARKLE
|
|
#cmakedefine HAVE_SPOTIFY_DOWNLOADER
|
|
#cmakedefine HAVE_UDISKS2
|
|
#cmakedefine HAVE_WIIMOTEDEV
|
|
#cmakedefine HAVE_OPENGL
|
|
#cmakedefine HAVE_TRANSLATIONS
|
|
#cmakedefine HAVE_SPOTIFY
|
|
#cmakedefine TAGLIB_HAS_OPUS
|
|
#cmakedefine USE_INSTALL_PREFIX
|
|
#cmakedefine USE_SYSTEM_PROJECTM
|
|
#cmakedefine USE_SYSTEM_SHA2
|
|
#cmakedefine USE_BUNDLE
|
|
|
|
#define USE_BUNDLE_DIR "${USE_BUNDLE_DIR}"
|
|
|
|
#endif // CLEMENTINE_CONFIG_H
|