~mandel/ubuntu-download-manager/add-mng-class

« back to all changes in this revision

Viewing changes to ubuntu-download-manager-client/ubuntu-download-manager-client_global.h

  • Committer: Manuel de la Pena
  • Date: 2013-12-03 13:29:34 UTC
  • mto: (169.8.2 fix-sync-api)
  • mto: This revision was merged to the branch mainline in revision 211.
  • Revision ID: manuel@canonical.com-20131203132934-u9tlx2079uwan825
Added client lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef UBUNTUDOWNLOADMANAGERCLIENT_GLOBAL_H
 
2
#define UBUNTUDOWNLOADMANAGERCLIENT_GLOBAL_H
 
3
 
 
4
#include <QtCore/qglobal.h>
 
5
 
 
6
#if defined(UBUNTUDOWNLOADMANAGERCLIENT_LIBRARY)
 
7
#  define UBUNTUDOWNLOADMANAGERCLIENTSHARED_EXPORT Q_DECL_EXPORT
 
8
#else
 
9
#  define UBUNTUDOWNLOADMANAGERCLIENTSHARED_EXPORT Q_DECL_IMPORT
 
10
#endif
 
11
 
 
12
#endif // UBUNTUDOWNLOADMANAGERCLIENT_GLOBAL_H