Sign in

3rdlibrary / QtSs · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • QtSs
  • style
  • qtss_global.h
  • init:
    77c99de6
    sunpf authored
    2022-01-10 17:36:43 +0800  
    Browse Code ยป
qtss_global.h 234 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
#ifndef QTSS_GLOBAL_H
#define QTSS_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(QTSS_LIBRARY)
#  define QTSSSHARED_EXPORT Q_DECL_EXPORT
#else
#  define QTSSSHARED_EXPORT Q_DECL_IMPORT
#endif

#endif // QTSS_GLOBAL_H