Workout on Windows
1 Comments
Don't blush when lifting code from others, that is why the source is open, so we can learn from others and don't have to reimplement stuff that is already implemented.
When I wanted to make ktikz work on Windows I happily inspected the code of qmp3gain (http://sourceforge.net/projects/qmp3gain/), they also have an NSIS script which allows to create a Windows installer. Now ktikz has also the necessary qmake and NSIS code in svn to make the Qt-only version work and installable under Windows (svn co svn://hackenberger.at/svnroot/ktikz/trunk ktikz). You can also have a look at the code of Texmaker (http://www.xm1math.net/texmaker/) but beware: the c++ code is quite ugly.
Is Solid installed with "KDE on Windows"? If yes, then you can do like I did with poppler, namely copy the Solid dlls to the correct place and then compile everything (see INSTALL.Windows and app/app.pro in the ktikz svn for a detailed description of how I did it for poppler (BTW I know that my way of getting poppler is ugly, but I could not find any (yes: any) other way)).