Skip to content

Commit

Permalink
Adapt convenience makefile to Arch conventions
Browse files Browse the repository at this point in the history
Arch Linux now has qmake for Qt 5 and qmake-qt4 for Qt 4.
  • Loading branch information
schuay committed Mar 18, 2013
1 parent 503df7c commit aadda9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
bake: bake:
mkdir -p build mkdir -p build
cd build; cmake -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_INSTALL_PREFIX="/usr" ..; make -j3 cd build; cmake -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_INSTALL_PREFIX="/usr" -DQT_QMAKE_EXECUTABLE=qmake-qt4 ..; make -j3


clean: clean:
rm -r build rm -r build
Expand Down

0 comments on commit aadda9d

Please sign in to comment.