Opened 2 years ago

Closed 2 years ago

#306 closed defect (fixed)

Building Qutecom

Reported by: neftalyg Owned by: laurent
Priority: major Milestone: QuteCom 3.0
Component: Build System Version: 3.0
Keywords: Cc:

Description

I cant build qutecom i have gotten the next error:
C:\Projects\qutecom-2-2\qutecom\src\presentation\qt\QtQuteCom?.cpp(168) : error C
2039: 'setDocumentMode' : is not a member of 'QTabWidget'

c:\qt\4.4.3\include\qtgui\../../src/gui/widgets/qtabwidget.h(56) : see d

eclaration of 'QTabWidget'
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~3
\VC\bin\cl.exe' : return code '0
x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 8\VC
\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 8\VC
\BIN\nmake.exe"' : return code '0x2'
Stop.

Change History (2)

comment:1 Changed 2 years ago by neftalyg

  • Milestone changed from QuteCom 2.2-RC4 to QuteCom 3.0
  • Version changed from 2.2 to 3.0

comment:2 Changed 2 years ago by laurent

  • Resolution set to fixed
  • Status changed from new to closed

documentMode property was introduced in Qt 4.5. You are using Qt 4.4.3 ... please update your Qt

Note: See TracTickets for help on using tickets.