Opened 9 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)
Note:
See TracTickets
for help on using tickets.
Qt OS/2 host macros