magnits / seam-carving-gui

Automatically exported from code.google.com/p/seam-carving-gui
0 stars 0 forks source link

Building seam-carving-gui on Ubuntu (8.04) #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In case anyone else runs into the same problem..

When I tried to build the app on linux using these commands:
  qmake seam-carving-gui.pro
  make
I was getting this error:

uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.7) 

Then I figured out that the command qmake was linked to qmake-qt3, since i
had both versions installed, and i had to run "qmake-qt4
seam-carving-gui.pro" instead.

Original issue reported on code.google.com by may...@gmail.com on 29 Oct 2008 at 10:58

GoogleCodeExporter commented 9 years ago
Thanks for the info for people who have qt4 installed as an Ubuntu package. The 
naming of qmake as qmake-qt4 is a Ubuuntu packagers choice, and most people 
will not 
see that, but I'll update the documentation with a heads up.

Original comment by gaber...@gmail.com on 29 Oct 2008 at 11:29