Opened 14 years ago
Closed 14 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.
Note:
See TracTickets
for help on using tickets.
It turns out, that this is not a problem of QMake, but the project file. Nevermind.