Changeset View
Changeset View
Standalone View
Standalone View
devel/qt5-help/files/patch-src__assistant__assistant.pro
| Only enter the directories we want to build, otherwise we might fail due to | Only enter the directories we want to build, otherwise we might fail due to | ||||
| missing dependencies. | missing dependencies. | ||||
| clucene/ is built in textproc/clucene-qt5, assistant/ is built in | assistant/ is built in devel/qt5-assistant. | ||||
| devel/qt5-assistant. | |||||
| --- src/assistant/assistant.pro.orig 2016-08-31 07:07:13 UTC | --- src/assistant/assistant.pro.orig 2016-06-10 14:46:48 UTC | ||||
| +++ src/assistant/assistant.pro | +++ src/assistant/assistant.pro | ||||
| @@ -2,19 +2,16 @@ TEMPLATE = subdirs | @@ -2,19 +2,16 @@ TEMPLATE = subdirs | ||||
| SUBDIRS += clucene \ | SUBDIRS += clucene \ | ||||
| help \ | help \ | ||||
| - assistant \ | - assistant \ | ||||
| qhelpgenerator \ | qhelpgenerator \ | ||||
| qcollectiongenerator \ | qcollectiongenerator \ | ||||
| Show All 13 Lines | |||||