Skip to content

Instantly share code, notes, and snippets.

@M4rtinK
Created March 12, 2015 17:42
Show Gist options
  • Save M4rtinK/b001d02fb4e1ceeba87b to your computer and use it in GitHub Desktop.
Save M4rtinK/b001d02fb4e1ceeba87b to your computer and use it in GitHub Desktop.
Call Qt 5 qmake in a cross platform way (covers at least Mer OBS with Sailfish OS target and Fedora)
%{!?qmake5:%define qmake5 qmake-qt5}
%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
%qtc_qmake5 QMAKE_CXXFLAGS_RELEASE+="$CFLAGS" monav-light.pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment