Skip to content

Instantly share code, notes, and snippets.

@DerPauli
Created June 11, 2019 14:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save DerPauli/b233a29917c0736c212f479254f524db to your computer and use it in GitHub Desktop.
# Important options for qt's ./configure script as found in 'https://code.qt.io/qt/qt5.git'
./configure
-prefix /home/{{ sytem_user }}/Qt
-opensource
-release
-shared
-c++std c++11
-nomake examples
-nomake tests
-sql-mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment