![]() |
VLC-Qt 0.8.0- (Different version)
|
00001 /**************************************************************************** 00002 * VLC-Qt - Qt and libvlc connector library 00003 * Copyright (C) 2012 Tadej Novak <tadej@tano.si> 00004 * 00005 * This library is free software: you can redistribute it and/or modify 00006 * it under the terms of the GNU Lesser General Public License as published 00007 * by the Free Software Foundation, either version 3 of the License, or 00008 * (at your option) any later version. 00009 * 00010 * This library is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU Lesser General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU Lesser General Public License 00016 * along with this library. If not, see <http://www.gnu.org/licenses/>. 00017 *****************************************************************************/ 00018 00019 #ifndef VLCQT_SHARED_EXPORT_QML_H 00020 #define VLCQT_SHARED_EXPORT_QML_H 00021 00022 #include <QtCore/qglobal.h> 00023 00024 #if defined(VLCQT_QML_LIBRARY) 00025 # define VLCQT_QML_EXPORT Q_DECL_EXPORT 00026 #else 00027 # define VLCQT_QML_EXPORT Q_DECL_IMPORT 00028 #endif 00029 00030 #endif // SHARED_EXPORT_QML_H