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 e9fca43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 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 <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

0 comments on commit e9fca43

Please sign in to comment.