~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to plainbox-gui/gui-engine/gui-engine.pro

  • Committer: Andrew Haigh
  • Date: 2013-07-24 08:49:46 UTC
  • mto: (2229.7.2 gui)
  • mto: This revision was merged to the branch mainline in revision 2553.
  • Revision ID: andrew.haigh@cellsoftware.co.uk-20130724084946-2yk3a4a04h3wmryj
GuiEngine - Initialisation and Shutdown. Collects all the plainbox objects exposed on the dbus

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
TEMPLATE = lib
25
25
CONFIG += qt plugin
26
 
QT +=qml dbus
 
26
QT +=qml dbus xml
27
27
 
28
28
TARGET = gui-engine
29
29