File: auto.pro

package info (click to toggle)
qtscript-opensource-src 5.11.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,872 kB
  • sloc: cpp: 163,657; yacc: 1,768; ansic: 1,718; perl: 425; sh: 169; python: 55; makefile: 24
file content (37 lines) | stat: -rw-r--r-- 920 bytes parent folder | download | duplicates (8)
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
TEMPLATE=subdirs
SUBDIRS=\
           qscriptable \
           qscriptclass \
           qscriptcontext \
           qscriptcontextinfo \
           qscriptengine \
           qscriptenginedebugger \
           qscriptextensionplugin \
           qscriptextqobject \
           qscriptjstestsuite \
           qscriptstring \
           qscriptv8testsuite \
           qscriptvalue \
           qscriptvaluegenerated \
           qscriptvalueiterator \
           qscriptqwidgets \
           cmake \

!contains(QT_CONFIG, private_tests): SUBDIRS -= \
           qscriptcontext \
           qscriptengineagent

!qtHaveModule(widgets):SUBDIRS -= \
    qscriptable \
    qscriptengine \
    qscriptenginedebugger \
    qscriptextqobject \
    qscriptqwidgets \
    qscriptvalue

!cross_compile:                             SUBDIRS += host.pro

# QTBUG-63916
boot2qt: {
        contains(QT_ARCH, arm64): SUBDIRS -= cmake
}