/usr/include/libindicate-qt/qindicate_export.h is in libindicate-qt-dev 0.2.5.91-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /*
* Qt wrapper for libindicate
*
* Copyright 2011 Felix Geyer <debfx-pkg@fobos.de>
*
* License: LGPL v2.1 or LGPL v3
*/
#include <QtCore/QtGlobal>
#if defined(indicate_qt_EXPORTS)
# define INDICATEQT_EXPORT Q_DECL_EXPORT
#else
# define INDICATEQT_EXPORT Q_DECL_IMPORT
#endif
|