diff options
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 f91d827..01e6f46 100644 --- a/modules/FindTDE.cmake +++ b/modules/FindTDE.cmake @@ -59,7 +59,7 @@ if( NOT TDE_FOUND ) __internal_get_path( config TDE_CONFIG_DIR ) __internal_get_path( html TDE_HTML_DIR ) __internal_get_path( cmake TDE_CMAKE_DIR ) - __internal_get_path( qtplugins TDE_QTPLUGINS_DIR ) + __internal_get_path( tqtplugins TDE_TQTPLUGINS_DIR ) # find kde tools macro( __internal_find_program __prog __var ) |