provide a way to disable only the axserver registration
... without disabling the idc/idl compilation. Change-Id: I600c9461ece8ad85e763b9eea83345bfe1de825f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
This commit is contained in:
parent
0cbb5fc817
commit
81dfba6ae9
@ -46,6 +46,7 @@ contains(TEMPLATE, "vc.*") {
|
||||
QMAKE_POST_LINK += $$quote($$ACTIVEQT_IDL "$${ACTIVEQT_OUTPUT}.idl" /nologo /tlb "$${ACTIVEQT_TLBOUT}"$$ACTIVEQT_NEWLINE)
|
||||
message("No rc-file linked into project; type library will be a separate file.")
|
||||
}
|
||||
!qaxserver_no_register: \
|
||||
QMAKE_POST_LINK += $$quote($$ACTIVEQT_IDC $${ACTIVEQT_TARGET} /regserver)
|
||||
QMAKE_CLEAN += $${ACTIVEQT_OUTPUT}.idl $${ACTIVEQT_OUTPUT}.tlb
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user