diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-28 22:51:39 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-28 22:51:39 +0000 |
commit | c3809fce15f966296c57961f0f4cf508b9b06dd4 (patch) | |
tree | 925640a815a91ded303490d115f929f8fece014e /ConfigureChecks.cmake | |
parent | 6803a8bb7fb8dbc6b4dab1215bfa601c4ecb6245 (diff) | |
download | tdegraphics-c3809fce15f966296c57961f0f4cf508b9b06dd4.tar.gz tdegraphics-c3809fce15f966296c57961f0f4cf508b9b06dd4.zip |
[kdegraphics/kview] initial cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1223181 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake new file mode 100644 index 00000000..8262241a --- /dev/null +++ b/ConfigureChecks.cmake @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2010 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +################################################# + +# required stuff +find_package( Qt ) +find_package( TQt ) +find_package( TDE ) |