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 |
Igor Gnatenko
|
d121b7cd55
|
modules/gnome: add export_packages kwarg to g-ir-scanner
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
10 years ago |
Igor Gnatenko
|
2db5f97402
|
modules/gnome: add symbol_prefix kwarg to g-ir-scanner
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
10 years ago |
Igor Gnatenko
|
f1d2827bce
|
modules/gnome: inherit global cflags to g-ir-scanner. Closes #74
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
10 years ago |
Igor Gnatenko
|
3be7297de8
|
modules/gnome: add support for multiple include for Gir. Closes #69
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
10 years ago |
Igor Gnatenko
|
888945ac2e
|
modules/gnome: install Gir also and auto-detect it's dir
Gir file should be installed in devel subpackage
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
10 years ago |
Igor Gnatenko
|
f94fc2f497
|
modules/gnome: auto-set girepository directory
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
10 years ago |
Jussi Pakkanen
|
9741f75277
|
Created gdbus-codegen helper in the gnome module.
|
10 years ago |
Jussi Pakkanen
|
9e1700cbfe
|
Moved different gnome feature tests in their own subdirectories.
|
10 years ago |
Jussi Pakkanen
|
8ae740bb83
|
Added simple gsettings schema compiler to gnome module.
|
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
|
3f46cd7fb3
|
Added gobject-introspection to gnome module.
|
10 years ago |
Jussi Pakkanen
|
519f159dcc
|
Create a gnome module and add support for resource compiling.
|
10 years ago |
Jussi Pakkanen
|
d5329489a1
|
Verify version of wxwidgets dependency.
|
10 years ago |
Jussi Pakkanen
|
73b8ff5341
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
Jussi Pakkanen
|
2107be2a78
|
Add thread flags to compilers and use them on dependencies that require threads. Fixes #31.
|
10 years ago |
Jussi Pakkanen
|
ed160fbbe4
|
Made Boost unit testing framework work and added a test.
|
10 years ago |
Jussi Pakkanen
|
b29f454d31
|
Comment out a line that does not compile and is not needed for the test.
|
10 years ago |
Jussi Pakkanen
|
da28de2407
|
Some tweaks.
|
10 years ago |
Jussi Pakkanen
|
59b7fa8ed3
|
Added support for wxwidgets. Closes #27.
|
10 years ago |
Jussi Pakkanen
|
8d45972ee3
|
Add flex+bison test case.
|
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
|
51b73e8ab2
|
Keyword argument unification.
|
11 years ago |
Jussi Pakkanen
|
8467c5b0a6
|
Can now generate GObject introspection data and install it.
|
11 years ago |
Jussi Pakkanen
|
0c853a7038
|
Started to work on gobject introspection.
|
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
|
7bc3b78c68
|
Newest Boost requires C++11 to build.
|
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
|
26837fda48
|
Added installed_files.txt files to all places that needed them.
|
11 years ago |
Jussi Pakkanen
|
0e19d90e97
|
Now can generate mo files from po files and install them.
|
11 years ago |
Jussi Pakkanen
|
b422afac9b
|
Text clarification.
|
11 years ago |
Jussi Pakkanen
|
bf6dcfef01
|
Added a few translations.
|
11 years ago |
Jussi Pakkanen
|
8523bd6ba7
|
Can generate pot files on command.
|
11 years ago |
Jussi Pakkanen
|
3c3e580aea
|
Parse gettext command and generate rule.
|
11 years ago |
Jussi Pakkanen
|
7006c6aa2c
|
Some work on gettext.
|
11 years ago |
Jussi Pakkanen
|
409958feaa
|
Basic test case for gettext.
|
11 years ago |
Jussi Pakkanen
|
a3f88e1a49
|
Search for Boost libs in all lib dirs.
|
11 years ago |