FougTools  0.7.0dev-046fb6a
Handy tools for C++, Qt and OpenCascade
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
script.h
Go to the documentation of this file.
1 /****************************************************************************
2 ** FougTools
3 ** Copyright Fougue (1 Mar. 2011)
4 ** contact@fougue.pro
5 **
6 ** This software is a computer program whose purpose is to provide utility
7 ** tools for the C++ language and the Qt toolkit.
8 **
9 ** This software is governed by the CeCILL-C license under French law and
10 ** abiding by the rules of distribution of free software. You can use,
11 ** modify and/ or redistribute the software under the terms of the CeCILL-C
12 ** license as circulated by CEA, CNRS and INRIA at the following URL
13 ** "http://www.cecill.info".
14 ****************************************************************************/
15 
16 #ifndef QTTOOLS_SCRIPT_H
17 #define QTTOOLS_SCRIPT_H
18 
19 #include <QtCore/QtGlobal>
20 #ifdef QTTOOLS_SCRIPT_DLL
21 # ifdef QTTOOLS_SCRIPT_MAKE_DLL
22 # define QTTOOLS_SCRIPT_EXPORT Q_DECL_EXPORT
23 # else
24 # define QTTOOLS_SCRIPT_EXPORT Q_DECL_IMPORT
25 # endif // QTTOOLS_SCRIPT_MAKE_DLL
26 #else
27 # define QTTOOLS_SCRIPT_EXPORT
28 #endif // QTTOOLS_SCRIPT_DLL
29 
30 #endif // QTTOOLS_SCRIPT_H