[CMake] Generating makefiles without installed CMake

2009-04-09 Thread Ivan Chupahin
Hi! How can i generate the makefiles on a different systems, where no CMake is installed? It`s like a configure (autoconf utility). ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.

[CMake] Build static plugin for Qt application

2009-04-03 Thread Ivan Chupahin
Hello! I have Qt application. It use in the source code Q_IMPORT_PLUGIN(basic). And i also have a source code for this plugin `basic`. To generate a correct makefile by CMake for the plugin `basic` what must i do? It differents from a build a simple static library?

[CMake] Output directory for genereated ui_Header.h files

2009-04-02 Thread Ivan Chupahin
Hi,folks! My project uses Qt4 and i need to generate *.h files from *.ui files. For that i use QT4_WRAP_UI macro. But it generete *.h files in a derectory where CMake is running. Maybe exist some CMake variable for point an output directory for that generated files or some other tools? ___

[CMake] Output directory for generated ui_Header.h from Header.ui

2009-04-02 Thread Ivan Chupahin
Hi,folks! My project uses Qt4 and i need to generate *.h files from *.ui files. For that i use QT4_WRAP_UI macro. But it generete *.h files in a derectory where CMake is running. Maybe exit some CMake variable for point an output directory for that generated files or some other tools?

[CMake] Change standart VC Linker (link.exe)

2008-04-22 Thread Ivan Chupahin
Hi, everyone! I once wrote here about problem of change VS linker link.exe to other linker, may be now someone can help solve it? I try to change linker like that: STRING(REPLACE "${CMAKE_CXX_COMPILER}" "someotherlinker.exe" CMAKE_CXX_LINK_EXECUTABLE ${CMAKE_CXX_LINK_EXECUTABLE}) But it`s not work

[CMake] Change linker

2008-02-12 Thread Ivan Chupahin
Hello!!! Whether using CMake change a standart MSVS linker link.exe to some external linker? ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Custom build (PRE_BUILD step command)

2008-02-07 Thread Ivan Chupahin
Hello everyone! My project uses some source files, wich generated before build start. For generate this files in CMake i uses ADD_CUSTOM_COMMAND with PRE_BUILD option and SET_SOURCE_FILES_PROPERTIES with option GENERATED sets as true for cancel error during add a file to a target. But folowing er

[CMake] Using CMake with not installed MSVS6

2008-01-22 Thread Ivan Chupahin
Hello! I have not installed MSVS6 (copy from another machine). For correct CMake work i set all necessary system variables like on another machine, but CMake cause error: "CMake Error: your RC compiler: "CMAKE_RC_COMPILER-NOTFOUND" was not found." Who knows all necessary system variables can be, i

[CMake] Unix Makefiles under Windows

2008-01-10 Thread Ivan Chupahin
I need to generate Unix Makefiles under Windows for usage in Eclipse. If i run CMake follows: cmake -G "Unix Makefiles" it happens error: CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. What should I do to circumvent this probl

[CMake] Visual Studio Linker

2008-01-09 Thread Ivan Chupahin
Hello, everyone! I have occur need to change Visual Studio linker (link.exe) to some other external linker while build project by nmake. How i can do it by CMake? ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] e-mail

2008-01-09 Thread Ivan Chupahin
[EMAIL PROTECTED] ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake