-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make deflect/qt/types.h public (used by Tide)
- Loading branch information
Raphael Dumusc
committed
Nov 29, 2018
1 parent
c849a19
commit 128e815
Showing
3 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters