|
|
Line 1: |
Line 1: |
| Hi all. Am brand new to CMake, so please bear (or bare) with me...
| |
|
| |
|
| I've just built CVS CMake (2.5), and used it to generate a .Net 2005 solution for the smallest Qt4 app in the world. All configs (Debug, MinSizeRel, Release, RelWithDebInfo) build absolutely fine, but the Debug config fails at run-time: cannot find MSVCP80.dll and MSVCR80.dll. The other configs run fine.
| |
|
| |
| Can anyone explain why this is so? Other Qt4 .Net 2005 projects I've built with qmake (Qt's cross-platform builder) work fine on this machine...
| |
|
| |
| many thanks for any help
| |