diff options
Diffstat (limited to 'doc/config/simulator-project.qdocconf')
| -rw-r--r-- | doc/config/simulator-project.qdocconf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/config/simulator-project.qdocconf b/doc/config/simulator-project.qdocconf index a5b0e37..bc03291 100644 --- a/doc/config/simulator-project.qdocconf +++ b/doc/config/simulator-project.qdocconf @@ -10,13 +10,18 @@ headers = \ $$SRCDIR/../src/ui/systeminfostorageui.h \ $$SRCDIR/../src/ui/systeminfonetworkui.h \ $$SRCDIR/../src/ui/viewui.h \ + $$SRCDIR/../src/ui/cameraui.h \ + $$SRCDIR/../src/other/widgetmanager.h \ $$SIMULATOR_DEPENDENCY_PATH/include/remotecontrolwidget/locationui.h sources = \ $$SRCDIR/../src/ui/sensorsui.cpp \ $$SRCDIR/../src/ui/systeminfogenericui.cpp \ $$SRCDIR/../src/ui/systeminfostorageui.cpp \ $$SRCDIR/../src/ui/systeminfonetworkui.cpp \ - $$SRCDIR/../src/ui/viewui.cpp + $$SRCDIR/../src/ui/viewui.cpp \ + $$SRCDIR/../src/ui/cameraui.cpp \ + $$SRCDIR/../src/other/widgetmanager.cpp \ + headerdirs = sourcedirs = $SRCDIR imagedirs = $SRCDIR/images $SRCDIR/templates/images |
