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 - Run *.qml files in qmlviewer.exe
Summary: Run *.qml files in qmlviewer.exe
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-12 15:24 UTC by daorus
Modified: 2011-09-02 07:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.