Hello,

I'm working on cmake modules to help the task of supporting Qt4 and
Qt5 in a given software project.

I wrote a FindQtX module.
This module can be used to find Qt4 and Qt5. Choose the Qt version to be
searched by setting the USE_QT variable.
 Typical usage could be something like:
   FindQtX(
       QT4_MINIMUM_REQUIRED 4.8.1
       QT5_MINIMUM_REQUIRED 5.0.1
       QT4_MODULES Gui
       QT5_MODULES Widgets
       COMMON_MODULES Core Xml
   )

 Features:
   * Support for CMake v2.6.2 and later
   * Uniform syntax across all supported CMake versions
   * Qt minimum required version for all supported CMake versions
   * Better error detection
   * More detailed error messages

I look forward for your feedback.

Check it at: https://github.com/luis-pereira/qtxmodules

Regards,
-- 
        Luís Pereira

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to