• Skip to content
  • Skip to link menu
  • KDE API Reference
  • KDE Home
  • Contact Us
 

Nepomuk-Core

  • KTp
ktp-export.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2011 Dario Freddi <drf@kde.org>
3  * Copyright (C) 2007 David Faure <faure@kde.org>
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Library General Public
7  * License as published by the Free Software Foundation; either
8  * version 2 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Library General Public License for more details.
14  *
15  * You should have received a copy of the GNU Library General Public License
16  * along with this library; see the file COPYING.LIB. If not, write to
17  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  * Boston, MA 02110-1301, USA.
19  */
20 
21 #ifndef KTP_EXPORT_H
22 #define KTP_EXPORT_H
23 
30 #include <QtCore/QtGlobal>
31 
32 #ifndef KTP_EXPORT
33 # if defined(MAKE_KTP_LIB)
34 /* We are building this library */
35 # define KTP_EXPORT Q_DECL_EXPORT
36 # else
37 /* We are using this library */
38 # define KTP_EXPORT Q_DECL_IMPORT
39 # endif
40 #endif
41 
42 #define KTP_NO_EXPORT Q_DECL_HIDDEN
43 
44 #endif /*KTP_EXPORT_H*/
45 
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

ktp-common-internals API Reference

Skip menu "ktp-common-internals API Reference"
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal