Remove old Qt files.

This commit is contained in:
Ryan Prichard 2012-03-24 18:02:28 -07:00
parent 43fac6819b
commit f1842c63a1
2 changed files with 0 additions and 22 deletions

5
.gitignore vendored
View File

@ -1,9 +1,4 @@
*.pro.user
*.pro.user.*
*-build-desktop
*.o
*.d
*.exe
*.dll
moc_*.cc
deploy

View File

@ -1,17 +0,0 @@
#!/bin/bash
set -e -x
rm -fr deploy
mkdir deploy
cd deploy
# I expect the QtSDK to be installed and for these two programs
# to be in the PATH:
# /c/QtSDK/mingw/bin/mingw32-make.exe
# /c/QtSDK/Desktop/Qt/4.7.4/mingw/bin/qmake.exe
cp ../TestNetServer-build-desktop/debug/TestNetServer.exe .
cp ../Agent-build-desktop/debug/Agent.exe .
cp ../PseudoConsole-build-desktop/debug/PseudoConsole.dll .
cp $(dirname $(which mingw32-make))/{mingwm10.dll,libgcc_s_dw2-1.dll} .
cp $(dirname $(which qmake))/{QtCored4.dll,QtNetworkd4.dll} .