summaryrefslogtreecommitdiff
path: root/test cases/frameworks/4 qt5
AgeCommit message (Expand)Author
2016-11-11tests: Remove outdated qt4 manual test and rename qt5 automated testNirbheek Chauhan
2016-11-11qt4, qt5 modules: Improve moc/uic/rcc detectionNirbheek Chauhan
2016-05-29Can have multiple Qt resource files in a single target. Closes #572.Jussi Pakkanen
2016-03-17Add dir support for find_library and remove deprecated standalone version. Cl...Jussi Pakkanen
2015-10-04Can set compiler options, added language versions for Gnu and Clang.Jussi Pakkanen
2015-05-04Use QMake to sniff compiler flags on platforms without pkg-config.Jussi Pakkanen
2015-04-08Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen
2015-03-13Persist modules so they are imported only once for the lifetime of a build di...Jussi Pakkanen
2015-03-13Made Qt5 module do just preprocessing instead of building full executable, so...Jussi Pakkanen
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen
2014-08-06A few more pointless fixes.Jussi Pakkanen
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen
2014-04-16Fixed unity builds for Qt5.Jussi Pakkanen
2014-04-11Follow Qt standards w.r.t. moc file including.Jussi Pakkanen
2014-04-07Write generator deps to Ninja files properly. Now can compile 1300+ files of ...Jussi Pakkanen
2014-04-06Can have multiple resource files in Qt5.Jussi Pakkanen
2014-04-06Allow source files to include moc files manually.Jussi Pakkanen
2014-04-06No moc prefix for source files.Jussi Pakkanen
2014-04-06Added capability to compile sources files with moc, too.Jussi Pakkanen
2014-04-06Renamed resources to qresources to avoid name clashes.Jussi Pakkanen
2014-01-29Use a console app for Qt5 unit testing so it can be run headless.Jussi Pakkanen
2013-10-05Added support for Qt resource compiler.Jussi Pakkanen
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen
2013-04-17Some comments to Qt5 sample.Jussi Pakkanen
2013-04-01Can build Qt5 applications.Jussi Pakkanen
2013-04-01Qt5 apps compile with only a slight amount of cheating.Jussi Pakkanen
2013-04-01Add generated files as dependencies to targets.Jussi Pakkanen
2013-04-01Can generate custom rules for dependencies.Jussi Pakkanen
2013-04-01Fixed class hierarchy of dependencies.Jussi Pakkanen
2013-04-01Qt5 test case and some implementation.Jussi Pakkanen