This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 181951

Summary: Run *.qml files in qmlviewer.exe
Product: cnd Reporter: daorus
Component: ProjectAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description daorus 2010-03-12 15:24:30 UTC
Qt Project
-> chose any *.qml file
-> right click context menu
-> Run

Execution in qmlviewer.exe happens.
The path to qmlviewer.exe should be set in 
Tools
-> Options
-> C/C++
-> Build Tools
-> QMLView Command

==============================================

Don't know if it'll help, but as far as there
is no qml syntax support yet, we have to
tell NetBeans, that *.qml is a javascript
file in order to have any syntax highlighting.

So, that's it for now.