File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed
Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 44# Daniel Nachbaur <[email protected] > 55
66cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
7- project (Deflect VERSION 1.0.1 )
7+ project (Deflect VERSION 1.0.2 )
88set (Deflect_VERSION_ABI 7)
99
1010list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR} /CMake/common)
Original file line number Diff line number Diff line change 33# Daniel Nachbaur <[email protected] > 44# Raphael Dumusc <[email protected] > 55
6- set (DEFLECTQT_HEADERS
7- EventReceiver.h
8- QmlGestures.h
9- QmlStreamerImpl.h
10- types.h
11- )
126set (DEFLECTQT_PUBLIC_HEADERS
137 OffscreenQuickView.h
148 QmlStreamer.h
159 QuickRenderer.h
1610 TouchInjector.h
11+ types.h
1712)
13+
14+ set (DEFLECTQT_HEADERS
15+ EventReceiver.h
16+ QmlGestures.h
17+ QmlStreamerImpl.h
18+ )
19+
1820set (DEFLECTQT_SOURCES
1921 EventReceiver.cpp
2022 OffscreenQuickView.cpp
Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ Changelog {#Changelog}
33
44## Deflect 1.0
55
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)
711* [ 207] ( https://github.com/BlueBrain/Deflect/pull/207 ) :
812 Fix wrong vertical frame mirror for different sized channels
913* [ 203] ( https://github.com/BlueBrain/Deflect/pull/203 ) :
You can’t perform that action at this time.
0 commit comments