- 12 Nov, 2014 - 1 commit
-
-
Friedemann Kleint authored
Task-number: QTBUG-42083 Change-Id: Ibc52780c52399ba13cfa5c501b67bd37ea727d1f Reviewed-by:
Andras Becsi <andras.becsi@digia.com>
-
- 31 Oct, 2014 - 1 commit
-
-
Andrew Knight authored
These plugins should be left out when creating release packages, so add the option to disable them. Change-Id: Ic40f861c5c01534aa95a39fca398946eedbb4688 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 29 Oct, 2014 - 2 commits
-
-
Friedemann Kleint authored
The first argument can be either a binary or a directory containing the binary. Further arguments can be either libraries or directories containing libraries (plugins). Task-number: QTBUG-41670 Change-Id: I48dd157f6404118400948ef019016c2aa6661762 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Friedemann Kleint authored
The option can be used for Qt builds with -force-debug-info -release . For those, deployment fails with "Unable to find the platform plugin." since the DLLs are detected as debug-built. If windeployqt is extended to actually read Qt configuration information, the value can be obtained from there. Task-number: QTBUG-42072 Change-Id: If8b4a0e41821b5f0f4b7023b1b9a3d49e50628a1 Reviewed-by:
Jarred Nicholls <jarred.nicholls@gmail.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 27 Oct, 2014 - 1 commit
-
-
Friedemann Kleint authored
Qt Creator's QtcSsh.dll is not a Qt module. Change-Id: I3349724a5d64d1662480d053369768fbbd54b3bc Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 20 Oct, 2014 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: Id309f777a04b03fc9db099477fe83d4d80bfe495 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 06 Oct, 2014 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I92d8d5271c0dc53cc37ea6f699e75ab91ad0cf3a Reviewed-by:
Michael Bruning <michael.bruning@digia.com>
-
- 03 Oct, 2014 - 1 commit
-
-
Friedemann Kleint authored
After the introduction dynamic GL loading, the platform plugin no longer directly depends on the GL libraries. Change-Id: Icd3a5836fff52071df33a5ad87dea528c11ee83c Reviewed-by:
Laszlo Agocs <laszlo.agocs@digia.com>
-
- 26 Sep, 2014 - 2 commits
-
-
Friedemann Kleint authored
Change-Id: I0bb260c7c8992ae24dda6f84eaf304329eb4159c Reviewed-by:
Laszlo Agocs <laszlo.agocs@digia.com>
-
Simon Hausmann authored
This library is not needed anymore for the release with Qt 5.4 Change-Id: Ia3e361405f73f2f3da025475aa440c8b93398850 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 25 Sep, 2014 - 1 commit
-
-
Antti Kokko authored
- Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 - Removed LICENSE.GPL Change-Id: I23ef9591f4d9054e0b6a252ba7767baf4189aeab Reviewed-by:
Jani Heikkinen <jani.heikkinen@digia.com>
-
- 02 Sep, 2014 - 1 commit
-
-
Friedemann Kleint authored
Task-number: QTBUG-40670 Change-Id: I3897b4149587cf4e90cbdaf6d54ef8cff70d22d2 Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
- 01 Sep, 2014 - 1 commit
-
-
Friedemann Kleint authored
Applications no longer have a direct dependency to Qt5Qml[d].dll. Task-number: QTBUG-40663 Change-Id: I2b3569c3d39f6a96e3f44d6e2541c6697c93bd7f Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
- 28 Aug, 2014 - 2 commits
-
-
Friedemann Kleint authored
Change-Id: Iefecda4cf8b2dbbe07f8c22ffd17286bd0e024e1 Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
Friedemann Kleint authored
Introduce convenience function for exclusive options. Task-number: QTBUG-40663 Change-Id: I03dd88f5bcec55f0190501c1faae0ec66d607016 Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
- 04 Aug, 2014 - 1 commit
-
-
Andrew Knight authored
This library was an experimental feature that has been removed from Qt. Change-Id: I9bb6fb8a4392bd9e99b8f7e23212e3ff5c84a638 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 26 Jun, 2014 - 1 commit
-
-
Oliver Wolff authored
Additionally 64 Bit usage for the flags was cleaned up and the order of modules was changed so that they are sorted now. Change-Id: If5b52dee6e1f48218313db96a03ac1e5380e73ed Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 28 May, 2014 - 1 commit
-
-
Friedemann Kleint authored
Determine qtlibinfix by checking on the Qt5Core library name and re-apply that when building the module names. Task-number: QTBUG-39297 Change-Id: I73d1253ddd803071f90199fa9aaee7328c7aae8c Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 23 May, 2014 - 2 commits
-
-
Friedemann Kleint authored
Task-number: QTBUG-39157 Change-Id: I88055eed7b430c14e1d1e13bdeee558a63763d8d Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Friedemann Kleint authored
Add command line options to enable or disable deployment of ANGLE. Detect dependency on ANGLE from platform plugin. Detect true if neither a dependency on ANGLE nor opengl32.dll exists (dynamic case). Task-number: QTBUG-36545 Change-Id: Ic46b93fa79ca2527e08b780862e699ab12e2861c Reviewed-by:
Laszlo Agocs <laszlo.agocs@digia.com>
-
- 15 May, 2014 - 1 commit
-
-
Friedemann Kleint authored
Pass the disabled libraries to the plugin find function and make it add new dependent Qt libraries. Task-number: QTBUG-38943 Change-Id: I5b4eaeb9f25dede738465ba19062f99bda15250b Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
- 06 May, 2014 - 1 commit
-
-
Friedemann Kleint authored
These files can be omitted for the Qt Quick Controls and Qt Quick Dialogs modules. Task-number: QTBUG-28766 Task-number: QTBUG-31565 Change-Id: Id02939a7124cd5db83d81dcc59663ddf4d091f70 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 03 Apr, 2014 - 1 commit
-
-
Friedemann Kleint authored
For MSVC, add the redistributable installers. For MinGW, add the runtime libraries. Task-number: QTBUG-28766 Change-Id: Ia1a32d14d8a924ab72cd6fc1ef87f4fd8d9454f2 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 31 Mar, 2014 - 2 commits
-
-
Andrew Knight authored
This is no longer necessary for WinRT 8.1, because d3dcompiler_qt links directly to the d3dcompiler. Change-Id: Ic1d1261e9d16290ca7d4c2c5305d04092674333e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@digia.com>
-
Maurice Kalinowski authored
Those two have been missing so far from the list and got skipped, causing runtime errors. Change-Id: Ib32171ca20fe34b39aa93d53f18cb0ce0197b57c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 19 Mar, 2014 - 1 commit
-
-
Friedemann Kleint authored
Add it as a known module such that it gets an option to enable/disable it and the name matching works for all multimedia modules. Task-number: QTBUG-37576 Change-Id: Iba6a0bd32ad9676d47d20d6a3d75fdb4c1772bcf Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
- 12 Mar, 2014 - 1 commit
-
-
Joerg Bornemann authored
Spaces were missing and the executable was printed twice. Change-Id: Ib5ea86a0f32ee345a61f37655d58e5665ef4153d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 11 Mar, 2014 - 1 commit
-
-
Friedemann Kleint authored
Look in the bin-directory of the Qt SDK first, then check system and make sure the word size matches. Task-number: QTBUG-37299 Change-Id: Ib1941c79cbc931aa67090bc08a5f7c1798e2a245 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
- 27 Feb, 2014 - 1 commit
-
-
Oliver Wolff authored
If --debug or --release is used, findDependentQtLibraries should not change the isDebug value, so another variable was introduced. "detectedDebug" gives information about the detected debug state of the executable/library but this value might be ignored if --debug or --release was used. Change-Id: I2c6d4188179f30e17d054a6821e96071a6296207 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 21 Feb, 2014 - 1 commit
-
-
Friedemann Kleint authored
The feature is present in MSVC 2008 onwards. Fixes warnings when compiling with 32bit: main.cpp(97) : warning C4341: 'QtWebKitWidgetsModule' : signed value is out of range for enum constant Change-Id: I955c5c9f1ed6f1e94c95294e191cc36c5b668391 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 12 Feb, 2014 - 1 commit
-
-
Mitch Curtis authored
Change-Id: Iabc27ad9adb5597904c3d03a732c8fa84336f55c Reviewed-by:
Andrew Knight <andrew.knight@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 22 Jan, 2014 - 1 commit
-
-
Friedemann Kleint authored
Task-number: QTBUG-36347 Change-Id: I6cad9f7b699a442476698819d5608f572687c39b Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
- 14 Jan, 2014 - 1 commit
-
-
Friedemann Kleint authored
Bluetooth is the first module. Change-Id: I69f3dda65c4f98978e7c9232127a7949e7f45e66 Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
- 13 Jan, 2014 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I9c91cb6fef0bfee5c3ab018ae04353022c8e7f33 Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
- 08 Jan, 2014 - 1 commit
-
-
Andrew Knight authored
For some use cases, only output (not deployment) may be required. This adds an option to only simulate deployment, without copying any files. Change-Id: I5ed6fcfd802255f6c8d9091f547a1b64a4a614e5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 06 Jan, 2014 - 2 commits
-
-
Andrew Knight authored
This is useful for creating Appx packages of WinRT projects. Task-number: QTBUG-35599 Change-Id: I7cbca82377361709d87b705d7b4dd7a57c1641b3 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Andrew Knight authored
Some tools, such as MSBuild, can't parse JSON easily. This change adds a "list" option, which changes the output to list the deployed files, one per line. The user can view the source, target, or relative target files by passing -line <source|target|relative> to windeployqt. Task-number: QTBUG-35328 Change-Id: I8181ea4f230e7e2b146a5019934ae5fbe768bcec Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 19 Dec, 2013 - 1 commit
-
-
Friedemann Kleint authored
Don't deploy system D3D compilers on Windows Phone and introduce option to turn it off. Deploy d3dcompiler_qt for Qt versions >= 5.3 should it exist. Add code to determine the Qt version number (for which qmake does not write a newline character). Task-number: QTBUG-35597 Change-Id: Ic42954959b447d8fe0bd0adff064df6711992529 Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
- 18 Dec, 2013 - 2 commits
-
-
Friedemann Kleint authored
Change-Id: I8bf115a87bfa6e67e04d17c628a3efc55ef7413e Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
Friedemann Kleint authored
Introduce a Module struct to QmlImportScanResult from which the relative/absolute install path can be derived (similar to macdeployqt). Task-number: QTBUG-35638 Change-Id: Ief69779f4ea8659b346bf364ec748cfe78eb6728 Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-