32 Commits (657f357fc6ac0d97d30c940f9919b0021902a608)

Author SHA1 Message Date
Jussi Pakkanen cc055387cd Can have multiple Qt resource files in a single target. Closes #572. 9 years ago
Jussi Pakkanen 8b6848ebc3 Add dir support for find_library and remove deprecated standalone version. Closes #450. 9 years ago
Jussi Pakkanen 50663144c3 Can set compiler options, added language versions for Gnu and Clang. 9 years ago
Jussi Pakkanen 698b1c6471 Use QMake to sniff compiler flags on platforms without pkg-config. 10 years ago
Jussi Pakkanen bfa68aaeaf Autodetect Qt5 rcc dependencies as well as reasonably possible. 10 years ago
Jussi Pakkanen 1ac00031f9 Persist modules so they are imported only once for the lifetime of a build directory. 10 years ago
Jussi Pakkanen 96839e5893 Made Qt5 module do just preprocessing instead of building full executable, so it is composable with e.g. gettext and flex modules (when they appear). 10 years ago
Jussi Pakkanen 48477102c9 Now can compile all Qt5 tests with module. 10 years ago
Jussi Pakkanen 6e6ac02eaf Major refactoring to move Qt5 from core into a module. Rules are written but moc/uic/rrc are not generated yet. 10 years ago
Jussi Pakkanen 3e29c4fccb A few more pointless fixes. 10 years ago
Jussi Pakkanen 2c65b1f0c3 Renamed deps -> dependencies. 11 years ago
Jussi Pakkanen c21637a01d Fixed unity builds for Qt5. 11 years ago
Jussi Pakkanen 55dba78889 Follow Qt standards w.r.t. moc file including. 11 years ago
Jussi Pakkanen f23a5a1150 Write generator deps to Ninja files properly. Now can compile 1300+ files of QtCreator without dependency problems. 11 years ago
Jussi Pakkanen 1d36109002 Can have multiple resource files in Qt5. 11 years ago
Jussi Pakkanen e2e95c7bf2 Allow source files to include moc files manually. 11 years ago
Jussi Pakkanen c55ceee080 No moc prefix for source files. 11 years ago
Jussi Pakkanen ac81594952 Added capability to compile sources files with moc, too. 11 years ago
Jussi Pakkanen 4084e7213e Renamed resources to qresources to avoid name clashes. 11 years ago
Jussi Pakkanen c61da0049c Use a console app for Qt5 unit testing so it can be run headless. 11 years ago
Jussi Pakkanen 0f2d43669d Added support for Qt resource compiler. 11 years ago
Jussi Pakkanen 89aa4e2233 C++ is now called cpp rather than cxx. 12 years ago
Jussi Pakkanen 11e81618d2 Renamed find_dep to dependency. 12 years ago
Jussi Pakkanen d4284aae89 Renamed add_test to test. 12 years ago
Jussi Pakkanen 852b774e2e The default value of required is true for dependencies. 12 years ago
Jussi Pakkanen abe653e808 Some comments to Qt5 sample. 12 years ago
Jussi Pakkanen 35f3495c1d Can build Qt5 applications. 12 years ago
Jussi Pakkanen e3184c4f94 Qt5 apps compile with only a slight amount of cheating. 12 years ago
Jussi Pakkanen 9abf5ec89a Add generated files as dependencies to targets. 12 years ago
Jussi Pakkanen a869da185f Can generate custom rules for dependencies. 12 years ago
Jussi Pakkanen f856ee0f33 Fixed class hierarchy of dependencies. 12 years ago
Jussi Pakkanen eea5b961fd Qt5 test case and some implementation. 12 years ago