blob: 3a6ee27e29d2413e5dcc256bffcd47053fd75706 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Only enter the directories we want to build, otherwise we might fail due to
missing dependencies.
assistant/ is built in devel/qt5-assistant.
--- src/assistant/assistant.pro.orig 2020-08-24 09:20:54 UTC
+++ src/assistant/assistant.pro
@@ -8,7 +8,6 @@ TEMPLATE = subdirs
SUBDIRS += \
help \
- assistant \
qhelpgenerator \
qcollectiongenerator
@@ -16,7 +15,6 @@ assistant.depends = help
qhelpgenerator.depends = help
qtNomakeTools( \
- assistant \
qhelpgenerator \
qcollectiongenerator \
)
|