Commit 230db034 authored by Frederik Gladhorn's avatar Frederik Gladhorn Committed by Venugopal Shivashankar
Browse files

Build demo examples directory


The directory will host more demos in the future so it is
wise to enable CI to build it and report issues, if any.

Change-Id: I97fbe8fc7589ec2c18e1dcb32c02a40332f9453b
Reviewed-by: default avatarPaul Wicking <paul.wicking@qt.io>
Reviewed-by: default avatarTopi Reiniö <topi.reinio@qt.io>
Showing with 14 additions and 4 deletions
...@@ -23,9 +23,8 @@ DEFINES += QT_DEPRECATED_WARNINGS ...@@ -23,9 +23,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
# You can also select to disable deprecated APIs only up to a certain version of Qt. # 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 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin else: win32|if(unix:!android): target.path = $$[QT_INSTALL_EXAMPLES]/demos/$${TARGET}
!isEmpty(target.path): INSTALLS += target !isEmpty(target.path): INSTALLS += target
DISTFILES += \ DISTFILES += \
......
TEMPLATE = subdirs
qtHaveModule(quick) {
SUBDIRS += coffee
}
TEMPLATE = subdirs
SUBDIRS = demos
TEMPLATE = subdirs load(qt_parts)
SUBDIRS = doc
SUBDIRS += doc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment