summaryrefslogtreecommitdiffstats
path: root/src/qmlstreamer/qmlstreamer.pro
diff options
context:
space:
mode:
authorPasi Keränen <pasi.keranen@qt.io>2019-06-06 16:22:02 +0300
committerPasi Keränen <pasi.keranen@qt.io>2019-06-07 13:52:44 +0300
commitb4954701093739e7a4e54a0669f306922d0d4605 (patch)
tree73d71319a921234f6b507c9098fdc842f7fe06dc /src/qmlstreamer/qmlstreamer.pro
parent8548a5f5579e3eee7e5ae6b1f6901dcc8bfee19e (diff)
Long live the slayer!
Initial commit of OpenGL Runtime to repository. Based on SHA1 61823aaccc6510699a54b34a2fe3f7523dab3b4e of qt3dstudio repository. Task-number: QT3DS-3600 Change-Id: Iaeb80237399f0e5656a19ebec9d1ab3a681d8832 Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>
Diffstat (limited to 'src/qmlstreamer/qmlstreamer.pro')
-rw-r--r--src/qmlstreamer/qmlstreamer.pro50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/qmlstreamer/qmlstreamer.pro b/src/qmlstreamer/qmlstreamer.pro
new file mode 100644
index 0000000..5e82c7c
--- /dev/null
+++ b/src/qmlstreamer/qmlstreamer.pro
@@ -0,0 +1,50 @@
+TEMPLATE = lib
+TARGET = qt3dsqmlstreamer
+VERSION = $$MODULE_VERSION
+include($$PWD/../../commonplatform.pri)
+
+CONFIG += installed
+load(qt_helper_lib)
+
+# qt_helper_lib assumes non-qt lib, so it clears some qt variables, reset those
+CONFIG += qt
+QT += core qml quick opengl
+
+DEFINES += QMLSTREAMER_LIBRARY
+
+# The following define makes your compiler emit warnings if you use
+# any feature of Qt which as been marked as deprecated (the exact warnings
+# depend on your compiler). Please consult the documentation of the
+# deprecated API in order to know how to port your code away from it.
+DEFINES += QT_DEPRECATED_WARNINGS
+
+# You can also make your code fail to compile if you use deprecated APIs.
+# In order to do so, uncomment the following line.
+# You can also select to disable deprecated APIs only up to a certain version of Qt.
+#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
+
+SOURCES += \
+ q3dsqmlstream.cpp \
+ q3dsqmlstreamerserviceimpl.cpp \
+ q3dsqmlstreamproducer.cpp \
+ q3dsqmlstreamproxy.cpp \
+ q3dsqmlstreamrenderer.cpp \
+ q3dsqmlsubpresentationsettings.cpp
+
+HEADERS += \
+ q3dsincubationcontroller.h \
+ q3dsqmlstream.h \
+ q3dsqmlstreamer_global.h \
+ q3dsqmlstreamerserviceimpl.h \
+ q3dsqmlstreamproducer.h \
+ q3dsqmlstreamproxy.h \
+ q3dsqmlstreamrenderer.h \
+ q3dsqmlstreamservice.h \
+ q3dsqmlsubpresentationsettings.h
+
+INCLUDEPATH += \
+ $$PWD/../Runtime/ogl-runtime/src/engine \
+ $$PWD/../Runtime/ogl-runtime/src/system \
+ $$PWD/../QtExtras/qmlstreamer
+
+macos:QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/