Skip to content

Commit

Permalink
Make deflect/qt/types.h public (used by Tide)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Dumusc committed Nov 29, 2018
1 parent c849a19 commit 128e815
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Daniel Nachbaur <[email protected]>

cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
project(Deflect VERSION 1.0.1)
project(Deflect VERSION 1.0.2)
set(Deflect_VERSION_ABI 7)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/common)
Expand Down
14 changes: 8 additions & 6 deletions deflect/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@
# Daniel Nachbaur <[email protected]>
# Raphael Dumusc <[email protected]>

set(DEFLECTQT_HEADERS
EventReceiver.h
QmlGestures.h
QmlStreamerImpl.h
types.h
)
set(DEFLECTQT_PUBLIC_HEADERS
OffscreenQuickView.h
QmlStreamer.h
QuickRenderer.h
TouchInjector.h
types.h
)

set(DEFLECTQT_HEADERS
EventReceiver.h
QmlGestures.h
QmlStreamerImpl.h
)

set(DEFLECTQT_SOURCES
EventReceiver.cpp
OffscreenQuickView.cpp
Expand Down
6 changes: 5 additions & 1 deletion doc/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ Changelog {#Changelog}

## Deflect 1.0

### 1.0.1 (master)
### 1.0.2 (29-11-2018)
* [208](https://github.com/BlueBrain/Deflect/pull/208):
Fix missing public header: deflect/qt/types.h

### 1.0.1 (29-11-2018)
* [207](https://github.com/BlueBrain/Deflect/pull/207):
Fix wrong vertical frame mirror for different sized channels
* [203](https://github.com/BlueBrain/Deflect/pull/203):
Expand Down

0 comments on commit 128e815

Please sign in to comment.