diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-08 16:06:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-08 16:06:59 +0900 |
commit | e5692c8bdbde55e425a1ec60601680d1114b909d (patch) | |
tree | 9908918a3e9a61786fb181ee5784d8c27d8d741d /modules/FindTDE.cmake | |
parent | edad8a20b944d45f366acc15b2cd4d291ce3a5dd (diff) | |
download | tde-cmake-e5692c8bdbde55e425a1ec60601680d1114b909d.tar.gz tde-cmake-e5692c8bdbde55e425a1ec60601680d1114b909d.zip |
Conversion qt->tqt.
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 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 ) |