Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <daniel.nachbaur@epfl.ch>

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 <daniel.nachbaur@epfl.ch>
# Raphael Dumusc <raphael.dumusc@epfl.ch>

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