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 "MinGW Makefiles"

does the trick. (Well, I also include the path to the DLLs in the PATH
variable, because these are required at certain stages of the build
process, but you get the drift)

Regards,

Arjen

On 2011-12-21 18:40, Development iTEC wrote:
> 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.
> 
>  
> 
> Thanks
> 
> Walter
> 
>  
> 
>  
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> Write once. Port to many.
> Get the SDK and tools to simplify cross-platform app development. Create 
> new or port existing apps to sell to consumers worldwide. Explore the 
> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
> http://p.sf.net/sfu/intel-appdev
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Plplot-devel mailing list
> Plplot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/plplot-devel

 

DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited.
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.





------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to