From b99c8f0e0e8e5cbd64da490b4201ae92b3860e45 Mon Sep 17 00:00:00 2001 From: tgotic Date: Mon, 17 Jan 2011 20:00:28 +0100 Subject: [PATCH] qmake and msbuild script for qtZint.exe --- frontend_qt4/build_qtZint.cmd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend_qt4/build_qtZint.cmd diff --git a/frontend_qt4/build_qtZint.cmd b/frontend_qt4/build_qtZint.cmd new file mode 100644 index 00000000..83556b94 --- /dev/null +++ b/frontend_qt4/build_qtZint.cmd @@ -0,0 +1,3 @@ +rem start Visual Studio Command Prompt +qmake frontend_vcx.pro +msbuild qtZint.vcxproj /t:Rebuild /p:Configuration=Release \ No newline at end of file