diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-17 13:33:11 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-17 13:33:11 +0000 |
| commit | 796cb2ed11670d493b9e9f40b0e3235dffd083be (patch) | |
| tree | 524723bd932fb6cd5fe98c3c81da4588268d0736 /src/plugins/General | |
| parent | 75e9389019d6c37dabf5f01feeb502f257e72e0c (diff) | |
| download | qmmp-796cb2ed11670d493b9e9f40b0e3235dffd083be.tar.gz qmmp-796cb2ed11670d493b9e9f40b0e3235dffd083be.tar.bz2 qmmp-796cb2ed11670d493b9e9f40b0e3235dffd083be.zip | |
improved dependencies checking
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9650 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index 0b9528952..fe42104ac 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -110,6 +110,6 @@ IF(USE_RDETECT AND Qt5WinExtras_FOUND) add_subdirectory(rdetect) ENDIF(USE_RDETECT AND Qt5WinExtras_FOUND) -IF(USE_LIBRARY AND Qt5Concurrent_FOUND) +IF(USE_LIBRARY AND Qt5Concurrent_FOUND AND Qt5Sql_FOUND) add_subdirectory(library) -ENDIF(USE_LIBRARY AND Qt5Concurrent_FOUND) +ENDIF(USE_LIBRARY AND Qt5Concurrent_FOUND AND Qt5Sql_FOUND) |
