Opened 13 years ago

Closed 13 years ago

#207 closed defect (invalid)

omit linking produces make error

Reported by: rudi Owned by:
Priority: major Milestone: Qt Enhanced
Component: qmake Version: 4.6.3
Severity: medium Keywords:
Cc:

Description

qmake supports the a CONFIG option named "no_link". It is mostly used when build documentations or other non-source code parts of a program.

When that option is present in a *.pro file, qmake generates:

LINK          = @: IGNORE THIS LINE
LFLAGS        = -Zomf -Zstack 0x2000  ....

When running make, it complains that the program ":" does not exist.

Change History (1)

comment:1 Changed 13 years ago by rudi

Resolution: invalid
Status: newclosed

It turns out, that this is not a problem of QMake, but the project file. Nevermind.

Note: See TracTickets for help on using tickets.