goldendict-ng/MSBuild/QtExtensions
Tvangeste ba94dd1314 Created a VS2012 project and solution for GoldenDict
It uses excellent Visual Studio extensions for Qt,
written by Adam Badura (@adambadura). Many thanks!

The project file is fully functional in Release-Qt4 configuration,
for both x32 and x64 architectures.

I decided not to use the official Qt Plugin, since it
generates HUGE and broken project files which is painful
to maintain.

Here we have a pure visual studio solution with proper
Visual Studio extensions to support Qt-based development.

These extensions cover RCC, Lrelease, MOC and UIC,
automagically invoking them when needed, with basically
no need for manual steps to maintain.

Also, GoldenDict can be built from the command line as well,
no Visual Studio is required:

For Win32:
MSBuild /m goldendict.sln /v:m /nologo /p:Configuration=Release-Qt4 /p:Platform=win32

For x64:
MSBuild /m goldendict.sln /v:m /nologo /p:Configuration=Release-Qt4 /p:Platform=x64
2013-08-16 15:47:12 +02:00
..
lrelease.props Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00
lrelease.targets Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00
lrelease.xml Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00
moc.props Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00
moc.targets Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00
moc.xml Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00
rcc.props Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00
rcc.targets Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00
rcc.xml Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00
uic.props Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00
uic.targets Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00
uic.xml Created a VS2012 project and solution for GoldenDict 2013-08-16 15:47:12 +02:00