Opened 8 years ago

#126 new defect

Macros fix: add support of Qt4 for OS/2 host

Reported by: valerius Owned by:
Priority: minor Milestone: 0.2.0
Component: kBuild Version: 0.1.5
Keywords: Qt Qt4 kbuild "OS/2" vbox virtualbox Cc:

Description

When compiling Qt programs in VBox (OS/2 host), it tries to link the Qt libraries like this: libQtCore.dll, instead of QtCore4.dll. It just uses the "Unices" default macros in units\qt4.kmk. Here we added the "os2" part taking the "win" part as a template. Note that on OS/2, no "qtmain" is used. Please see the attached patch.

Attachments (1)

kbuild-qt4.kmk.diff (575 bytes) - added by valerius 8 years ago.
Qt OS/2 host macros

Download all attachments as: .zip

Change History (1)

Changed 8 years ago by valerius

Attachment: kbuild-qt4.kmk.diff added

Qt OS/2 host macros

Note: See TracTickets for help on using tickets.