~carlos-mazieri/ubuntu-filemanager-app/model

« back to all changes in this revision

Viewing changes to test_folderlistmodel/regression/mimetypes/src/mimetypes/qmime_global.h

  • Committer: Tarmac
  • Author(s): carlos.mazieri at gmail
  • Date: 2013-10-06 14:49:04 UTC
  • mfrom: (41 bazarrepo)
  • mto: (19.2.19 plugin)
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: tarmac-20131006144904-tjiffs8rh2kbd19t
I am resubimting this trying to make it pass from  Continuous Integration problem.

Approved by Carlos Jose Mazieri, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**************************************************************************
2
 
**
3
 
** This file is part of QMime
4
 
**
5
 
** Based on Qt Creator source code
6
 
**
7
 
** Qt Creator Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
8
 
**
9
 
**
10
 
** GNU Lesser General Public License Usage
11
 
**
12
 
** This file may be used under the terms of the GNU Lesser General Public
13
 
** License version 2.1 as published by the Free Software Foundation and
14
 
** appearing in the file LICENSE.LGPL included in the packaging of this file.
15
 
** Please review the following information to ensure the GNU Lesser General
16
 
** Public License version 2.1 requirements will be met:
17
 
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
18
 
**
19
 
**************************************************************************/
20
 
 
21
 
#ifndef QMIME_GLOBAL_H
22
 
#define QMIME_GLOBAL_H
23
 
 
24
 
#include <QtCore/qglobal.h>
25
 
 
26
 
#if defined(QMIME_LIBRARY)
27
 
#  define QMIME_EXPORT Q_DECL_EXPORT
28
 
#else
29
 
#  define QMIME_EXPORT Q_DECL_IMPORT
30
 
#endif
31
 
 
32
 
#endif // QMIME_GLOBAL_H