projects
/
qt:qt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add test for importing plugins that contain QML files
[qt:qt.git]
/
tests
/
auto
/
declarative
/
qdeclarativemoduleplugin
/
pluginWithQmlFile
/
pluginWithQmlFile.pro
1
TEMPLATE = lib
2
CONFIG += plugin
3
SOURCES = plugin.cpp
4
QT = core declarative
5
DESTDIR = ../imports/com/nokia/AutoTestPluginWithQmlFile
6
7
symbian: {
8
TARGET.EPOCALLOWDLLDATA=1
9
}