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 1f6e245
Showing 1 changed file with 8 additions and 6 deletions.
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 1f6e245

Please sign in to comment.