[Kst] branches/work/kst/portto4/kst
Peter Kümmel
syntheticpp at yahoo.com
Sun Nov 15 17:19:39 CET 2009
SVN commit 1049647 by kuemmel:
add instructions to build with Visual Studio IDE
M +15 -1 INSTALL
--- branches/work/kst/portto4/kst/INSTALL #1049646:1049647
@@ -123,10 +123,24 @@
set PATH=%PATH%;%SystemRoot%\System32
set QMAKESPEC=win32-g++
-
-------------------------------------------------------------
Windows using Visual Studio
+Use a Qt build with Visual Studio.
+
+- open a Visual Studio console command promt
+- add path to qmake.exe to the PATH environment variable:
+ set PATH=<path to qmake>;%PATH%
+- to build Visual Studio project files call in kst:
+ qmake -tp vc -recursive
+- open kst.sln from this console (e.g. vcexpress kst.sln)
+- build, run, and debug kst in Visual Studio
+
+
+
+-------------------------------------------------------------
+Windows using Visual Studio & Cygwin
+
Note: This has only been build using Visual Studio & Cygwin. The following
steps are used on the current Windows build machine used for testing,
but may vary.
More information about the Kst
mailing list