Skip to content

Commit

Permalink
Added missing header file
Browse files Browse the repository at this point in the history
  • Loading branch information
feddischson committed Apr 18, 2015
1 parent b5ec752 commit 2000c03
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions include/SkyplotWidget_global.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// SkyplotWidget
// Copyright (C) 2011-2015 Christian Haettich feddischson[at]gmx.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 3 of the License, or (at your option) any later version.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA



#ifndef _SKYPLOT_WIDGET_GLOBAL_H
#define _SKYPLOT_WIDGET_GLOBAL_H
#include <QtCore/QtGlobal>

#if defined(SKYPLOTWIDGET_LIBRARY)
# define SKYPLOTWIDGET_EXPORT Q_DECL_EXPORT
#else
# define SKYPLOTWIDGET_EXPORT Q_DECL_IMPORT
#endif

#endif
2 changes: 1 addition & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OBJECTS_DIR = tmp
INCLUDEPATH = ../include
DEPENDPATH = ../include ../src
DESTDIR = ../lib
HEADERS += ../include/SkyplotWidget.h
HEADERS += ../include/SkyplotWidget.h ../include/SkyplotWidget_global.h
SOURCES += ../src/SkyplotWidget.cpp
VERSION = 1.0.1

Expand Down

0 comments on commit 2000c03

Please sign in to comment.