Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pre-compiled Qt 4.x and 5.x #39

Closed
sarthakpati opened this issue Sep 20, 2016 · 5 comments
Closed

Add Pre-compiled Qt 4.x and 5.x #39

sarthakpati opened this issue Sep 20, 2016 · 5 comments
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR!

Comments

@sarthakpati
Copy link
Contributor

A lot of these can be found here:

http://www.npcglib.org/~stathis/blog/precompiled-qt4-qt5/

@ras0219-msft ras0219-msft added the category:new-port The issue is requesting a new library to be added; consider making a PR! label Sep 30, 2016
@barcharcraz
Copy link
Member

Do these have to be precompiled? it's not all that hard to build qt on windows, although it does take a really long time.

I have some working scripts for qt5 source builds that I'll eventually port over to vcpkg, but they use nmake right now, which is not ideal.

@sarthakpati
Copy link
Contributor Author

It does need to be pre-compiled and it is a pain for people who aren't very familiar with the different configuration options (especially configuration with openssl).

@ras0219-msft
Copy link
Contributor

The difficulty for binary packages with dependencies is that they introduce significant constraints on their dependencies -- whenever a dependency (openssl) wants to updated, the prebuilt binaries (qt) would also need to be rebuilt and updated. Users who care about that dependency (e.g. openssl) might not care about the main package so it introduces a lot of overhead for them. With a source-based approach, the higher level packages consume dependency changes automatically which reduces the burden on maintainers.

It may still be the right call to use prebuilt binaries for qt, but these are the concerns I see.

@sarthakpati
Copy link
Contributor Author

Thanks for the pro-active replies, MS guys!

That is definitely true. In any case, even without specific dependencies, Qt builds are pretty tough for non-programmers to get right; especially the older versions where pre-built binaries aren't distributed by the company. For instance, a majority of research groups use Qt 4.8.6, for which there aren't any official builds available (either for VS 2013 or 2015).

@ras0219-msft
Copy link
Contributor

Closing, since we have qt5 available as a building package.

strega-nil added a commit to strega-nil/vcpkg that referenced this issue May 5, 2021
The following PRs are included:

* hopefully fix crash in constraints (microsoft#60)
* [vcpkg] allow --version to check the version (microsoft#50)
* Remove baseline warning (microsoft#27)
* [git] always pass autocrlf=false (microsoft#58)
* ignore QtCreator CMake project files (microsoft#54)
* ignore .DS_store files (microsoft#53)
* [vcpkg] x-add-version now also checks if the manifest file is properly formatted (microsoft#43)
* hopefully fix ci issue microsoft#16773 (microsoft#34)
* Add docs to set VCPKG_ROOT to run tests (microsoft#45)
* [vcpkg] x-add-version improve speed by calling get_builtin_baseline only once (microsoft#44)
* add clang-format version to format-cxxcode (microsoft#41)
* [vcpkg] Introduce experimental workaround X_VCPKG_NUGET_ID_PREFIX (microsoft#40)
* [supports] Add `native` identifier expression and x-check-support command (microsoft#29)
* [metrics] Split reporting of installs into name:triplet (microsoft#39)
* [vcpkg] Improve error when accessing missing feature (microsoft#38)
* [vcpkg] Allow shallow git registries (microsoft#37)
* Disable git autocrlf when archiving tree (microsoft#36)
* Use only named packages from extra registries (microsoft#35)
* [registries] add metrics (microsoft#30)
* Add vcpkg policy cmake helper port support (microsoft#17)
* [osx] add support for rosetta (microsoft#23)
* don't build tls12-download unless it's needed (microsoft#33)
* Add new telemetry points for versioning (microsoft#21)
* add cmake_minimum_required to vcpkg_tags (microsoft#25)
* [x-add-versions] Perform atomic replacement of versioning files (microsoft#28)
* [tools] support gsutil (microsoft#19)
* add CUDA 11.1 and 11.2 to KEEP_ENV_VARS defaults (microsoft#26)
* Add finite timeout on CURL metrics endpoint. (microsoft#22)
* fix UB in make_error_code(utf8_errc) (microsoft#18)
JoergAtGithub pushed a commit to JoergAtGithub/vcpkg that referenced this issue Jul 2, 2022
dempo93 pushed a commit to dempo93/vcpkg that referenced this issue Aug 23, 2022
dempo93 pushed a commit to dempo93/vcpkg that referenced this issue Aug 23, 2022
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR!
Projects
None yet
Development

No branches or pull requests

3 participants