diff options
author | Eike Ziller <[email protected]> | 2019-09-18 11:50:08 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2019-09-20 06:25:04 +0000 |
commit | 194f4fca4cba5accbbbcdd22d098079cdf8b2827 (patch) | |
tree | 8ceeaef326e611b86ff55ff33acb72349876c2d3 /src/plugins/help/help.pro | |
parent | 8354d426de35a06e835ceaca63f768adf39d4d1b (diff) |
Help: Add litehtml as submodule and optionally use that
Change-Id: I528dd661eb0db92e6252ddba7fa38ab58496611a
Reviewed-by: Cristian Adam <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index c4dd38b1160..05f8da1552c 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -76,7 +76,7 @@ osx { } } -!isEmpty(LITEHTML_INSTALL_DIR) { +exists($$PWD/qlitehtml/litehtml/CMakeLists.txt)|!isEmpty(LITEHTML_INSTALL_DIR) { include(qlitehtml/qlitehtml.pri) HEADERS += litehtmlhelpviewer.h SOURCES += litehtmlhelpviewer.cpp |