diff options
author | Michele Calgaro <[email protected]> | 2024-10-22 22:30:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-31 17:52:08 +0900 |
commit | f0bf8c6892933b0936d9adb828c500d14a8f10f6 (patch) | |
tree | 1275c1cbd86b028ebf58342caa16c3a529e480f2 /libtdepim/ConfigureChecks.cmake | |
parent | 6b1f9116760b2a693428cc93a0304dd3d7d2856a (diff) | |
download | tdepim-f0bf8c6892933b0936d9adb828c500d14a8f10f6.tar.gz tdepim-f0bf8c6892933b0936d9adb828c500d14a8f10f6.zip |
Don't explicetly include tqt.h and don't look for libtqui anymore.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libtdepim/ConfigureChecks.cmake')
-rw-r--r-- | libtdepim/ConfigureChecks.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libtdepim/ConfigureChecks.cmake b/libtdepim/ConfigureChecks.cmake deleted file mode 100644 index b91f0f8f6..000000000 --- a/libtdepim/ConfigureChecks.cmake +++ /dev/null @@ -1,12 +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 -# -################################################# - -find_package( TQtQUI ) |