diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 14:18:29 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 14:18:29 +0100 |
commit | 18a6b06ac47a69ec53c658ca7384fe1b16cff3fd (patch) | |
tree | d837297dbb0d08200b00a05dee50b049ab8d3e35 | |
parent | 7c94e01d9feff8e6c09c88a9e51c8d5a6cb61005 (diff) | |
download | sink-18a6b06ac47a69ec53c658ca7384fe1b16cff3fd.tar.gz sink-18a6b06ac47a69ec53c658ca7384fe1b16cff3fd.zip |
Insall sincommon_export.h
-rw-r--r-- | common/CMakeLists.txt | 1 | ||||
-rw-r--r-- | common/clientapi.h | 2 | ||||
-rw-r--r-- | common/commands.h | 2 | ||||
-rw-r--r-- | common/definitions.h | 2 | ||||
-rw-r--r-- | common/domain/applicationdomaintype.h | 2 | ||||
-rw-r--r-- | common/domainadaptor.h | 2 | ||||
-rw-r--r-- | common/entitybuffer.h | 2 | ||||
-rw-r--r-- | common/facade.h | 2 | ||||
-rw-r--r-- | common/facadefactory.h | 2 | ||||
-rw-r--r-- | common/genericresource.h | 2 | ||||
-rw-r--r-- | common/index.h | 2 | ||||
-rw-r--r-- | common/listener.h | 2 | ||||
-rw-r--r-- | common/log.h | 2 | ||||
-rw-r--r-- | common/messagequeue.h | 2 | ||||
-rw-r--r-- | common/notification.h | 2 | ||||
-rw-r--r-- | common/pipeline.h | 2 | ||||
-rw-r--r-- | common/propertymapper.h | 2 | ||||
-rw-r--r-- | common/resource.h | 2 | ||||
-rw-r--r-- | common/resourceaccess.h | 2 | ||||
-rw-r--r-- | common/resourceconfig.h | 2 | ||||
-rw-r--r-- | common/storage.h | 2 | ||||
-rw-r--r-- | common/threadboundary.h | 2 |
22 files changed, 22 insertions, 21 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index b400993..0dacda1 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -108,6 +108,7 @@ install(FILES | |||
108 | inspection.h | 108 | inspection.h |
109 | notification.h | 109 | notification.h |
110 | bufferadaptor.h | 110 | bufferadaptor.h |
111 | ${CMAKE_CURRENT_BINARY_DIR}/sinkcommon_export.h | ||
111 | DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel | 112 | DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel |
112 | ) | 113 | ) |
113 | 114 | ||
diff --git a/common/clientapi.h b/common/clientapi.h index bd52c3e..8697003 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include <sinkcommon_export.h> | 23 | #include "sinkcommon_export.h" |
24 | #include <QString> | 24 | #include <QString> |
25 | #include <QSharedPointer> | 25 | #include <QSharedPointer> |
26 | 26 | ||
diff --git a/common/commands.h b/common/commands.h index 19c827e..fa4712b 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include <sinkcommon_export.h> | 23 | #include "sinkcommon_export.h" |
24 | #include <flatbuffers/flatbuffers.h> | 24 | #include <flatbuffers/flatbuffers.h> |
25 | #include <QByteArray> | 25 | #include <QByteArray> |
26 | 26 | ||
diff --git a/common/definitions.h b/common/definitions.h index 99b8293..b17514c 100644 --- a/common/definitions.h +++ b/common/definitions.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include <sinkcommon_export.h> | 23 | #include "sinkcommon_export.h" |
24 | #include <QString> | 24 | #include <QString> |
25 | #include <QByteArray> | 25 | #include <QByteArray> |
26 | 26 | ||
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 330d680..ca1ec1b 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -19,7 +19,7 @@ | |||
19 | */ | 19 | */ |
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include <sinkcommon_export.h> | 22 | #include "sinkcommon_export.h" |
23 | #include <QSharedPointer> | 23 | #include <QSharedPointer> |
24 | #include <QVariant> | 24 | #include <QVariant> |
25 | #include <QByteArray> | 25 | #include <QByteArray> |
diff --git a/common/domainadaptor.h b/common/domainadaptor.h index 36a8b1c..6299a23 100644 --- a/common/domainadaptor.h +++ b/common/domainadaptor.h | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include <sinkcommon_export.h> | 22 | #include "sinkcommon_export.h" |
23 | #include <QVariant> | 23 | #include <QVariant> |
24 | #include <QByteArray> | 24 | #include <QByteArray> |
25 | #include <functional> | 25 | #include <functional> |
diff --git a/common/entitybuffer.h b/common/entitybuffer.h index c23f2e8..0c0162d 100644 --- a/common/entitybuffer.h +++ b/common/entitybuffer.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include <sinkcommon_export.h> | 3 | #include "sinkcommon_export.h" |
4 | #include <functional> | 4 | #include <functional> |
5 | #include <flatbuffers/flatbuffers.h> | 5 | #include <flatbuffers/flatbuffers.h> |
6 | 6 | ||
diff --git a/common/facade.h b/common/facade.h index 26b9e6c..71451e2 100644 --- a/common/facade.h +++ b/common/facade.h | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include <sinkcommon_export.h> | 22 | #include "sinkcommon_export.h" |
23 | #include "facadeinterface.h" | 23 | #include "facadeinterface.h" |
24 | 24 | ||
25 | #include <QByteArray> | 25 | #include <QByteArray> |
diff --git a/common/facadefactory.h b/common/facadefactory.h index ee65ac9..8425229 100644 --- a/common/facadefactory.h +++ b/common/facadefactory.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include <sinkcommon_export.h> | 23 | #include "sinkcommon_export.h" |
24 | #include <QByteArray> | 24 | #include <QByteArray> |
25 | #include <QDebug> | 25 | #include <QDebug> |
26 | #include <QMutex> | 26 | #include <QMutex> |
diff --git a/common/genericresource.h b/common/genericresource.h index 4ae2645..8779077 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -19,7 +19,7 @@ | |||
19 | */ | 19 | */ |
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include <sinkcommon_export.h> | 22 | #include "sinkcommon_export.h" |
23 | #include <resource.h> | 23 | #include <resource.h> |
24 | #include <messagequeue.h> | 24 | #include <messagequeue.h> |
25 | #include <flatbuffers/flatbuffers.h> | 25 | #include <flatbuffers/flatbuffers.h> |
diff --git a/common/index.h b/common/index.h index 672f3c2..c280571 100644 --- a/common/index.h +++ b/common/index.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include <sinkcommon_export.h> | 3 | #include "sinkcommon_export.h" |
4 | #include <string> | 4 | #include <string> |
5 | #include <functional> | 5 | #include <functional> |
6 | #include <QString> | 6 | #include <QString> |
diff --git a/common/listener.h b/common/listener.h index d4dc884..1d11cf1 100644 --- a/common/listener.h +++ b/common/listener.h | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include <sinkcommon_export.h> | 22 | #include "sinkcommon_export.h" |
23 | #include <QObject> | 23 | #include <QObject> |
24 | 24 | ||
25 | #include <QPointer> | 25 | #include <QPointer> |
diff --git a/common/log.h b/common/log.h index 35b628c..e43ef0a 100644 --- a/common/log.h +++ b/common/log.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include <sinkcommon_export.h> | 3 | #include "sinkcommon_export.h" |
4 | #include <QDebug> | 4 | #include <QDebug> |
5 | 5 | ||
6 | namespace Sink { | 6 | namespace Sink { |
diff --git a/common/messagequeue.h b/common/messagequeue.h index 9fe899e..112318a 100644 --- a/common/messagequeue.h +++ b/common/messagequeue.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include <sinkcommon_export.h> | 3 | #include "sinkcommon_export.h" |
4 | #include <QObject> | 4 | #include <QObject> |
5 | #include <QByteArrayList> | 5 | #include <QByteArrayList> |
6 | #include <string> | 6 | #include <string> |
diff --git a/common/notification.h b/common/notification.h index ae24bd2..7c25003 100644 --- a/common/notification.h +++ b/common/notification.h | |||
@@ -19,7 +19,7 @@ | |||
19 | */ | 19 | */ |
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include <sinkcommon_export.h> | 22 | #include "sinkcommon_export.h" |
23 | #include <QString> | 23 | #include <QString> |
24 | 24 | ||
25 | namespace Sink | 25 | namespace Sink |
diff --git a/common/pipeline.h b/common/pipeline.h index 60a5fa5..67b161c 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <QSharedDataPointer> | 25 | #include <QSharedDataPointer> |
26 | #include <QObject> | 26 | #include <QObject> |
27 | 27 | ||
28 | #include <sinkcommon_export.h> | 28 | #include "sinkcommon_export.h" |
29 | #include <storage.h> | 29 | #include <storage.h> |
30 | 30 | ||
31 | #include <Async/Async> | 31 | #include <Async/Async> |
diff --git a/common/propertymapper.h b/common/propertymapper.h index 940fcee..3fb3b44 100644 --- a/common/propertymapper.h +++ b/common/propertymapper.h | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include <sinkcommon_export.h> | 22 | #include "sinkcommon_export.h" |
23 | #include <QVariant> | 23 | #include <QVariant> |
24 | #include <QByteArray> | 24 | #include <QByteArray> |
25 | #include <functional> | 25 | #include <functional> |
diff --git a/common/resource.h b/common/resource.h index d2dba0e..f6ca039 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -19,7 +19,7 @@ | |||
19 | */ | 19 | */ |
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include <sinkcommon_export.h> | 22 | #include "sinkcommon_export.h" |
23 | 23 | ||
24 | #include <Async/Async> | 24 | #include <Async/Async> |
25 | #include "notification.h" | 25 | #include "notification.h" |
diff --git a/common/resourceaccess.h b/common/resourceaccess.h index 8db0389..d10363e 100644 --- a/common/resourceaccess.h +++ b/common/resourceaccess.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include <sinkcommon_export.h> | 23 | #include "sinkcommon_export.h" |
24 | #include <QLocalSocket> | 24 | #include <QLocalSocket> |
25 | #include <QObject> | 25 | #include <QObject> |
26 | #include <QTimer> | 26 | #include <QTimer> |
diff --git a/common/resourceconfig.h b/common/resourceconfig.h index 5a27971..0f3d55b 100644 --- a/common/resourceconfig.h +++ b/common/resourceconfig.h | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include <sinkcommon_export.h> | 22 | #include "sinkcommon_export.h" |
23 | #include <QList> | 23 | #include <QList> |
24 | #include <QByteArray> | 24 | #include <QByteArray> |
25 | #include <QVariant> | 25 | #include <QVariant> |
diff --git a/common/storage.h b/common/storage.h index 2d34f1f..1634e8b 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | #pragma once | 22 | #pragma once |
23 | 23 | ||
24 | #include <sinkcommon_export.h> | 24 | #include "sinkcommon_export.h" |
25 | #include <string> | 25 | #include <string> |
26 | #include <functional> | 26 | #include <functional> |
27 | #include <QString> | 27 | #include <QString> |
diff --git a/common/threadboundary.h b/common/threadboundary.h index d1a1a3c..193eb56 100644 --- a/common/threadboundary.h +++ b/common/threadboundary.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #pragma once | 21 | #pragma once |
22 | 22 | ||
23 | #include <sinkcommon_export.h> | 23 | #include "sinkcommon_export.h" |
24 | 24 | ||
25 | #include <QObject> | 25 | #include <QObject> |
26 | #include <functional> | 26 | #include <functional> |