diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-02 14:46:03 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-02 14:46:03 (GMT) |
commit | dcf21dd90b816d06b43716ce96e496fe3d591594 (patch) | |
tree | fcc3bb087a5d592b151ce240480beb9763b8f872 /Tests/Wrapping/qtnoqtmain.cxx | |
parent | 676320f161396a4c5bb36f2def303b6ec637f696 (diff) | |
download | CMake-dcf21dd90b816d06b43716ce96e496fe3d591594.zip CMake-dcf21dd90b816d06b43716ce96e496fe3d591594.tar.gz CMake-dcf21dd90b816d06b43716ce96e496fe3d591594.tar.bz2 |
ENH: remove findqt3 from cmake's cmakelist files
Diffstat (limited to 'Tests/Wrapping/qtnoqtmain.cxx')
-rw-r--r-- | Tests/Wrapping/qtnoqtmain.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Wrapping/qtnoqtmain.cxx b/Tests/Wrapping/qtnoqtmain.cxx new file mode 100644 index 0000000..8b7334a --- /dev/null +++ b/Tests/Wrapping/qtnoqtmain.cxx @@ -0,0 +1,5 @@ +int main(int ac, char** av) +{ + return 0; +} + |