Answer the question
In order to leave comments, you need to log in
Building qwt and qwtpolar under Windows
Good day. There was a need for an application to draw a polar diagram.
Found a plugin but didn't figure out how to use it.
I assembled qwt normally, when I started building qwtpolar, a message appeared that one of the files was not found, it is in the directory with qwt. I tried to transfer the qwtpolar folder to the qwt folder and compile it,
but nothing happened. Can you suggest what needs to be done?
Answer the question
In order to leave comments, you need to log in
@al31415
There is an INSTALL file in the qwtpolar sources, by reading which I figured out how to compile this library.
My config:
Qt 5.2.1, MinGW 4.8.0
Qwt-6.1.0 (qwt-6.1.0.tar.bz2)
Qwtpolar-1.1.0 (qwtpolar-1.1.0.tar.bz2)
I unpacked "qwt-6.1 .0.tar.bz2" to the "C:\Qt\Build" directory, then corrected the "qwtconfig.pri" file as follows:
diff -Naur qwt-6.1.0/qwtconfig.pri qwt-6.1.0_m/qwtconfig.pri
--- qwt-6.1.0/qwtconfig.pri Thu May 30 22:18:27 2013
+++ qwt-6.1.0_m/qwtconfig.pri Sun May 25 00:49:50 2014
@@ -23,7 +23,7 @@
}
win32 {
- QWT_INSTALL_PREFIX = C:/Qwt-$$QWT_VERSION
+ QWT_INSTALL_PREFIX = C:/Qt/Qwt-$$QWT_VERSION
}
QWT_INSTALL_DOCS = $${QWT_INSTALL_PREFIX}/doc
qmake qwt.pro
mingw32-make -j3
mingw32-make install
diff -Naur qwtpolar-1.1.0/qwtpolarconfig.pri qwtpolar-1.1.0_m/qwtpolarconfig.pri
--- qwtpolar-1.1.0/qwtpolarconfig.pri Fri Jan 31 15:23:39 2014
+++ qwtpolar-1.1.0_m/qwtpolarconfig.pri Sun May 25 01:06:57 2014
@@ -20,7 +20,7 @@
}
win32 {
- QWT_POLAR_INSTALL_PREFIX = C:/QwtPolar-$$QWT_POLAR_VERSION
+ QWT_POLAR_INSTALL_PREFIX = C:/Qt/QwtPolar-$$QWT_POLAR_VERSION
}
QWT_POLAR_INSTALL_DOCS = $${QWT_POLAR_INSTALL_PREFIX}/doc
qmake -set QMAKEFEATURES "c:/Qt/Qwt-6.1.0/features"
qmake qwtpolar.pro
mingw32-make -j3
mingw32-make install
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question