aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/ui.py
AgeCommit message (Expand)AuthorFilesLines
2018-12-19dependencies/ui: Don't require lrelease for qtDylan Baker1-1/+1
2018-11-22dependencies/ui: Fix qt compiler detection when bindir is setDylan Baker1-1/+3
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker1-17/+49
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker1-1/+1
2018-11-02Fix incorrect checking of build machine for dependency availabilityJon Turney1-2/+2
2018-09-17Also check wx-config-gtk3 when looking for wxWidgetsJan Niklas Hasse1-1/+1
2018-09-11Qt: set QT_<MODULE>_LIB defines when using qmake detectionAlexey Rochev1-0/+9
2018-09-10Add missing reporting of some methods tried to find the dependencyJon Turney1-0/+5
2018-09-10Fix duplicate PKGCONFIG case in VulkanDependencyJon Turney1-1/+1
2018-09-10Improve formatting of dependency detailsJon Turney1-1/+1
2018-09-10Qt: add main argument to Qt dependency object to link with qtmain library on ...Alexey Rochev1-28/+58
2018-08-26Comparison with an unknown dependency version should always failJon Turney1-5/+1
2018-08-26Fix a misplaced bracket in GLDependency constructorJon Turney1-1/+1
2018-08-01Consolidate reporting result of a dependency checkJon Turney1-12/+14
2018-08-01Consolidate raising a DependencyException() if required but not-foundJon Turney1-4/+0
2018-08-01Add a finish_init callback to ConfigToolDependency()Jon Turney1-4/+6
2018-08-01Hoist trying several dependency detection methods up to find_external_depende...Jon Turney1-102/+99
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan1-2/+0
2018-07-01Add a helper for fetching of binaries from cross filesNirbheek Chauhan1-3/+3
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan1-6/+6
2018-06-10modules/qt: check for un-suffixed moc,rcc,uic on windowsMatthew Waters1-1/+1
2018-06-07dependencies/qt: fix debugoptimized builds with qtMatthew Waters1-1/+1
2018-06-06dependencies: Take options from coredata instead of cmd lineXavier Claessens1-1/+1
2018-06-06Revert "really switch to qmake automatically if pkg-config fails"Nirbheek Chauhan1-1/+1
2018-06-01Add 0.42.0 featuresSalamandar1-0/+3
2018-05-27Merge pull request #3491 from jeandet/qt_private_headersJussi Pakkanen1-8/+64
2018-05-24Typos are fun. [skip ci]Jussi Pakkanen1-1/+1
2018-04-30Added Added Qt's private header support with pkg-configAlexis Jeandet1-10/+11
2018-04-28Fixed private headers on OSX with framework stuffAlexis Jeandet1-27/+48
2018-04-28really switch to qmake automatically if pkg-config failsAlexis Jeandet1-1/+1
2018-04-28[Qt module] Privates headers: Implemented private_headers optionAlexis Jeandet1-3/+37
2018-03-04Fix "meson 'test cases/frameworks/4 qt master' _build -Dmethod=qmake" on OSXJon Turney1-1/+6
2018-03-04Fix reporting of Qt detection method used on OSXJon Turney1-1/+2
2018-03-04Fix QtBaseDependency._framework_detectJon Turney1-1/+4
2018-03-04Fix dependency('qt4|5', method: 'qmake') for CygwinJon Turney1-2/+6
2018-03-03Fix flake8 'imported but unused' reportsJon Turney1-1/+0
2018-02-22Fix wxwidgets dependency: pass modules to wx-configAleksey Filippov1-2/+2
2018-01-15Same for VulkanJon Turney1-14/+12
2018-01-15Same for SDL2Jon Turney1-25/+17
2018-01-15Create GL dependency objects via a factory functionJon Turney1-13/+11
2018-01-15Make Dependency.get_methods() a static methodJon Turney1-4/+8
2017-12-20pkgconfig: Allow passing Dependency objects to library(_private)Xavier Claessens1-0/+5
2017-12-03Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen1-3/+3
2017-12-03dependencies: Pass language to PkgConfigDependencyNirbheek Chauhan1-2/+4
2017-12-01dependencies: Fix pkg-config variable definitionIñigo Martínez1-3/+3
2017-11-28Merge pull request #2512 from dcbaker/wip/config-tool-variablesJussi Pakkanen1-115/+67
2017-11-23Use ConfigToolDependency for SDL2Dylan Baker1-17/+17
2017-11-23Make GnuStepDependency a ConfigToolDependencyDylan Baker1-38/+31
2017-11-23Make WxDependency a ConfigToolDependencyDylan Baker1-56/+13
2017-11-23Fix wrapping of docstrings in GnuStep dependency.Dylan Baker1-5/+7