Translations:Development/Tutorials/Using Qt Creator/30/en
- enter arguments for CMake like
/path/to/kdepim -DCMAKE_INSTALL_PREFIX=/usr/local -DLIB_SUFFIX=64 -DCMAKE_BUILD_TYPE=debugfull
DLIB_SUFFIX=64 means that you want to install your libraries into directories named lib64, not lib. /path/to/kdepim is where your source code is.
- click "Run cmake"
- note: a .cbp file is created containing many information about the build
- click "Finish"