Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15301] New: Quassel fails to build - Cannot find qmake

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15301] New: Quassel fails to build - Cannot find qmake
  • Date: 19 Jul 2009 20:07:42 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15301

Summary: Quassel fails to build - Cannot find qmake
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: kde4
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: gramozbrace AT gmail.com


Error:
-- Configuring incomplete, errors occurred!
CMake Error at cmake/modules/FindQt4.cmake:1640 (MESSAGE):
Qt qmake not found!
Call Stack (most recent call first):
CMakeLists.txt:131 (find_package)


Quassel can't find proper qmake in /usr/bin. The qmake in /usr/bin is for qt3.
The correct qmake4 is located in /usr/bin/qt4.

I fixed this by simply doing
ln -s /usr/bin/qt4/qmake /usr/bin/qmake4

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page