Results 1 to 2 of 2

Thread: Cmake

  1. #1
    Join Date
    Oct 2010
    Posts
    5
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Default Cmake

    Hi!
    What CMAKE is used for?How do we used it on Windows platform?
    Great thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Napoli, Italy
    Posts
    621
    Thanks
    5
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Cmake

    CMAKE is a build system, it is used for generate platform specific Makefile (for GNU gmake, MS nmake, ...) to build software.
    It's used for many multi-platform software (one for all KDE).
    It's very powerful and offers integration with many libraries and tools.

    I use it instead of qmake also for Qt Based Projects.
    A camel can go 14 days without drink,
    I can't!!!

Similar Threads

  1. QT linguist Cmake
    By _Jack_ in forum Qt Programming
    Replies: 1
    Last Post: 18th September 2010, 11:29
  2. cmake error
    By jd in forum Installation and Deployment
    Replies: 2
    Last Post: 2nd August 2008, 08:22
  3. using moc with cmake
    By Isaac in forum Newbie
    Replies: 2
    Last Post: 29th May 2008, 03:10
  4. Adopting CMake?
    By travlr in forum Qt Programming
    Replies: 2
    Last Post: 17th February 2007, 19:39
  5. CMake and pthreads
    By Matt Smith in forum General Discussion
    Replies: 5
    Last Post: 3rd September 2006, 20:42

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.