File tree 3 files changed +14
-8
lines changed
3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 4
4
# Daniel Nachbaur <[email protected] >
5
5
6
6
cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
7
- project (Deflect VERSION 1.0.1 )
7
+ project (Deflect VERSION 1.0.2 )
8
8
set (Deflect_VERSION_ABI 7)
9
9
10
10
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR} /CMake/common)
Original file line number Diff line number Diff line change 3
3
# Daniel Nachbaur <[email protected] >
4
4
# Raphael Dumusc <[email protected] >
5
5
6
- set (DEFLECTQT_HEADERS
7
- EventReceiver.h
8
- QmlGestures.h
9
- QmlStreamerImpl.h
10
- types.h
11
- )
12
6
set (DEFLECTQT_PUBLIC_HEADERS
13
7
OffscreenQuickView.h
14
8
QmlStreamer.h
15
9
QuickRenderer.h
16
10
TouchInjector.h
11
+ types.h
17
12
)
13
+
14
+ set (DEFLECTQT_HEADERS
15
+ EventReceiver.h
16
+ QmlGestures.h
17
+ QmlStreamerImpl.h
18
+ )
19
+
18
20
set (DEFLECTQT_SOURCES
19
21
EventReceiver.cpp
20
22
OffscreenQuickView.cpp
Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ Changelog {#Changelog}
3
3
4
4
## Deflect 1.0
5
5
6
- ### 1.0.1 (master)
6
+ ### 1.0.2 (29-11-2018)
7
+ * [ 208] ( https://github.com/BlueBrain/Deflect/pull/208 ) :
8
+ Fix missing public header: deflect/qt/types.h
9
+
10
+ ### 1.0.1 (29-11-2018)
7
11
* [ 207] ( https://github.com/BlueBrain/Deflect/pull/207 ) :
8
12
Fix wrong vertical frame mirror for different sized channels
9
13
* [ 203] ( https://github.com/BlueBrain/Deflect/pull/203 ) :
You can’t perform that action at this time.
0 commit comments