diff options
Diffstat (limited to 'tools/qml/qml.pro')
-rw-r--r-- | tools/qml/qml.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index 886f0d9..9cdec77 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -39,4 +39,6 @@ mac { QMAKE_INFO_PLIST=Info_mac.plist TARGET=QMLViewer ICON=qml.icns +} else { + TARGET=qmlviewer } |