qmake: Fix gcc warning about anonymous type linkage

Fix "warning: anonymous type with no linkage used to declare variable
'<anonymous struct> dotNetCombo []' with linkage".

Change-Id: Iaff0d460df53fd6d0732d39bf633688805f5c653
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Kai Koehne 2012-09-20 10:18:37 +02:00 committed by The Qt Project
parent 1eabc2417b
commit 7ec788705f

View File

@ -70,7 +70,7 @@ QT_END_NAMESPACE
QT_BEGIN_NAMESPACE
struct {
struct DotNetCombo {
DotNET version;
const char *versionStr;
const char *regKey;