-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathPiOmxTextures.pro
52 lines (46 loc) · 1.44 KB
/
PiOmxTextures.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# Project: PiOmxTextures
# Author: Luca Carlon
# Date: 04.03.2015
#
# Copyright (c) 2012-2015 Luca Carlon. All rights reserved.
#
# This file is part of PiOmxTextures.
#
# PiOmxTextures is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# PiOmxTextures is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with PiOmxTextures. If not, see <http://www.gnu.org/licenses/>.
#
CONFIG += qt no_private_qt_headers_warning
TEMPLATE = subdirs
SUBDIRS = \
piomxtextures_lib \
piomxtextures_qt_driver \
piomxtextures_app \
piomxtextures_pocplayer \
piomxtextures_samples \
piomxtextures_videolayer \
piomxtextures_qmlutils \
piomxtextures_pocplayer_widget
qtHaveModule(webkit) {
message("Building wk1 sample...")
SUBDIRS += piomxtextures_browser_wk
SUBDIRS += piomxtextures_pocplayer_yt
}
qtHaveModule(webenginewidgets) {
#message("Building we sample based on widgets...")
#SUBDIRS += piomxtextures_browser_we_widget
}
qtHaveModule(webengine) {
message("Building we sample based on QML...")
SUBDIRS += piomxtextures_browser_we
}