google-code-export / photivo

Automatically exported from code.google.com/p/photivo
GNU General Public License v3.0
3 stars 0 forks source link

cannot build #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The OS is Mandriva 2010.2. Pre-required packages are installed, including qmake 
ver 2.01a and GraphicsMagick 16 bit.

qmake runs with no output.
make fails with the message:

compiling ../Sources/ptMainWindow.cpp
../Sources/ptMainWindow.cpp: In constructor 
'ptMainWindow::ptMainWindow(QString)':
../Sources/ptMainWindow.cpp:589: error: 'class QLineEdit' has no member named 
'setPlaceholderText'
make[1]: *** [../Objects/ptMainWindow.o] Error 1
make[1]: Leaving directory `/home/sasha/Install/photivo/photivoProject'
make: *** [sub-photivoProject-make_default] Error 2

Original issue reported on code.google.com by alexande...@gmail.com on 15 Mar 2011 at 8:25

GoogleCodeExporter commented 9 years ago
It is written in QT online reference the property PlaceholderText was 
introduced in QT 4.7. Mandriva 2010.2 has QT 4.6.2. Is it possible to install 
photivo without qt4.7?

Original comment by alexande...@gmail.com on 15 Mar 2011 at 9:38

GoogleCodeExporter commented 9 years ago
Please try again after a new checkout.

greets mike

Original comment by m...@mm-log.com on 15 Mar 2011 at 10:21

GoogleCodeExporter commented 9 years ago
It works now. Thank you!

Original comment by alexande...@gmail.com on 15 Mar 2011 at 10:57