| Age | Commit message (Collapse) | Author |
|
|
|
Finding all the dependencies missing from my Fedora system to run the whole
test suite was relatively quick - except for this one.
|
|
Removed Qt4 private headers test since it's hard to get Qt4 private
headers installed on CI.
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
|
|
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
|
|
This commit adds private_headers option in dependency method which tells
QtDependency to add private headers include path to build flags.
Since there is no easy way to do this with pkg-config only qmake method
supports this, so with private_headers set qmake will always be used.
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
|
|
Meson doesn't provides yet a convenient way to include private Qt headers
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
|
|
Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
|
|
Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
|
|
qt5 framework test now also tests qt4, and will test qt6 if/when it
comes out.
|