diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 17:33:37 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 22:27:35 +0900 |
| commit | eb4d7722f604e00578d647c61862575a59060cda (patch) | |
| tree | a8b13037d596312659602a1641109bde8af90a05 /modules/FindTDE.cmake | |
| parent | fd707ac5bb1b43ed40c0ce644e511035701f9bc5 (diff) | |
| download | tde-cmake-eb4d7722.tar.gz tde-cmake-eb4d7722.zip | |
Detects tqt-mt instead of tqt or tqtqui.
Required to drop tqtinterface.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'modules/FindTDE.cmake')
| -rw-r--r-- | modules/FindTDE.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindTDE.cmake b/modules/FindTDE.cmake index e091e62..269205e 100644 --- a/modules/FindTDE.cmake +++ b/modules/FindTDE.cmake @@ -13,7 +13,7 @@ if( NOT TDE_FOUND ) message( STATUS "checking for 'TDE'") - pkg_search_module( TDE tqt ) + pkg_search_module( TDE tqt-mt ) if( NOT TDE_FOUND ) tde_message_fatal( "Unable to find tdelibs!\n Try adding the directory in which the tdelibs.pc file is located\nto the PKG_CONFIG_PATH variable." ) |
