diff options
Diffstat (limited to 'libtdepim/ConfigureChecks.cmake')
-rw-r--r-- | libtdepim/ConfigureChecks.cmake | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libtdepim/ConfigureChecks.cmake b/libtdepim/ConfigureChecks.cmake deleted file mode 100644 index d2a8f1ff..00000000 --- a/libtdepim/ConfigureChecks.cmake +++ /dev/null @@ -1,20 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -foreach( f ${TQT_LIBRARIES} ) - if( ${f} STREQUAL "tqt-mt" ) - set(TQUI_LIBRARIES "tqui" CACHE TYPE STRING FORCE) - endif() - if( ${f} STREQUAL "qt-mt" ) - set(TQUI_LIBRARIES "qui" CACHE TYPE STRING FORCE) - endif() -endforeach() - |