Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Datovka Datovka
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 106
    • Issues 106
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Datovka projects
  • DatovkaDatovka
  • Wiki
  • compilation

compilation · Changes

Page history
Update compilation authored Jan 05, 2021 by Karel Slaný's avatar Karel Slaný
Hide whitespace changes
Inline Side-by-side
compilation.md
View page @ 3c03323e
......@@ -62,7 +62,7 @@ qmake DISABLE_VERSION_NOTIFICATION=1 datovka.pro
Currently we use:
* `QT_VER="5.7.1"` with `SDK_VER="10.12"` for 32-bit builds,
* `QT_VER="5.9.8"` with `SDK_VER="10.14"` for 64-bit builds.
* `QT_VER="5.15.2"` with `SDK_VER="11.1"` for 64-bit builds.
You need Xcode with Command Line Tools in order to compile and build the package. Xcode usually supports two adjacent SDKs (e.g. 10.9 and 10.10). You need to obtain an older Xcode package to achieve older SDKs. Store the SDKs into the directory `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs`.
......@@ -101,7 +101,7 @@ QT_VER=5.7.1 ./scripts/build_macos_dmgs.sh -d -s 10.12 --i386 --shared
```
or
``` shell
QT_VER=5.9.8 ./scripts/build_macos_dmgs.sh -d -s 10.14 --x86_64 --shared
QT_VER=5.15.2 ./scripts/build_macos_dmgs.sh -d -s 11.1 --x86_64 --shared
```
or the modification of any of those command to build the desired target.
......
Clone repository
  • accessibility code
  • accounts db
  • behaviour recommendations
  • best practice
  • cli send msg dlg
  • cli
  • code style
  • compilation
  • data structures
  • help
  • Home
  • localisation
  • manual test scenarios
  • manual
  • mep login
View All Pages