-
Notifications
You must be signed in to change notification settings - Fork 75
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
Small optimization of build process: QT_VERSION_MAJOR and WANT_PERL_DOCS #2634
Comments
Please attach it as a pull request, it'll be much easier to merge it |
AFAIK, it's impossible to create pull request without fork full repo - I don't want create personal fork for "oneliners". |
You can always delete it later |
…version is reported correctly by cmake. Fix kvirc#2634
Patch:
Maybe it's specific for FreeBSD (13.3-p2 amd64) and better use this patch:
or
|
|
@ctrlaltca, thanks! |
@VVD : if i get it correctly, the dependency comes from Qt5Gui that needs it: https://www.freshports.org/x11-toolkits/qt5-gui . Possibly some KDE libs explicitly adds it to the linked libraries. |
Weird: if build with |
* Add cmake option WANT_PERL_DOCS to disable doc generation. Ensure Qt version is reported correctly by cmake. Fix #2634 * KviApplication::checkGlobalKvircDirectory: don't test for help subdir, it may not exist * Cmake: use the imported target for Threads instead of CMAKE_THREAD_LIBS_INIT * Cmake: always import the Threads target
Thanks! |
Patch:
If run cmake with
-DQT_VERSION_MAJOR=5
command line option then configure stage doesn't print Qt version:-- Qt version :
with patch or without
-DQT_VERSION_MAJOR=5
:-- Qt version : 5.15.13
If perl installed then it used for build documentation without any possibility to prevent this.
The text was updated successfully, but these errors were encountered: