/tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/pluginMixed.pro

https://bitbucket.org/ultra_iter/qt-vtl · Prolog · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · 9312e9f376f1f851fe60cf854415cb4b MD5 · raw file

  1. TEMPLATE = lib
  2. CONFIG += plugin
  3. SOURCES = plugin.cpp
  4. QT = core declarative
  5. DESTDIR = ../imports/com/nokia/AutoTestQmlMixedPluginType
  6. symbian: {
  7. TARGET.EPOCALLOWDLLDATA=1
  8. }