Re: [Plplot-devel] Plplot - CMake - Qt

2011-12-22 Thread Arjen Markus
Hello Walter, PLplot is built via CMake. I regularly build it on Windows XP using "plain" Windows compilers or MinGW. The trick for including Qt in the mix is that you add the Qt libraries and such to the path. On my system: set path=c:\qtdsk\desktop\4.7.3\mingw\bin;%PATH% cmake ..\plplot -G "Mi

[Plplot-devel] Plplot - CMake - Qt

2011-12-21 Thread Development iTEC
Hello, I am a complete newbie and I want to generate plplot with Qt. Is there a batch file, CMakeList or something else, which works with Windows7 (64bit), Cmake 2.8 or higher, Qt 4.7.4 or higher, MinGW. I`ve read many internet articles but it is not easy, to find the starting point