NCL Composer  0.1.5
 All Classes Functions Variables Pages
NCLLanguageProfile_global.h
1 /* Copyright (c) 2011 Telemidia/PUC-Rio.
2  * All rights reserved. This program and the accompanying materials
3  * are made available under the terms of the Eclipse Public License v1.0
4  * which accompanies this distribution, and is available at
5  * http://www.eclipse.org/legal/epl-v10.html
6  *
7  * Contributors:
8  * Telemidia/PUC-Rio - initial API and implementation
9  */
10 #ifndef NCLLANGUAGEPROFILE_GLOBAL_H
11 #define NCLLANGUAGEPROFILE_GLOBAL_H
12 
13 #include <QtCore/qglobal.h>
14 
15 #if defined(NCLLANGUAGEPROFILE_LIBRARY)
16 # define NCLLANGUAGEPROFILESHARED_EXPORT Q_DECL_EXPORT
17 #else
18 # define NCLLANGUAGEPROFILESHARED_EXPORT Q_DECL_IMPORT
19 #endif
20 
21 #endif // NCLLANGUAGEPROFILE_GLOBAL_H