Skip to content

Commit

Permalink
Changed some lines from script to complain with new player project name
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloadsj committed Feb 3, 2015
1 parent 7900659 commit b2ec5f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/qt5/buildqt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mingw32-make.exe release
cd ..

cd player
qmake player_qt5.pro
qmake player.pro
mingw32-make.exe release
cd ..

Expand Down
2 changes: 1 addition & 1 deletion scripts/qt5/buildqt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ make
cd ..

cd player
$QT/bin/qmake player_qt5.pro
$QT/bin/qmake player.pro
make
cd ..

Expand Down
2 changes: 1 addition & 1 deletion scripts/qt5/cleanqt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cd ..

cd player
mingw32-make.exe clean
qmake player_qt5.pro
qmake player.pro
mingw32-make.exe clean
cd ..

Expand Down
2 changes: 1 addition & 1 deletion scripts/qt5/cleanqt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd ..

cd player
make clean
$QT/bin/qmake player_qt5.pro
$QT/bin/qmake player.pro
make clean
cd ..

Expand Down

0 comments on commit b2ec5f3

Please sign in to comment.