examples/dbus/dbus.pro
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
     1 TEMPLATE = subdirs
     1 TEMPLATE = subdirs
     2 SUBDIRS = listnames \
     2 SUBDIRS = listnames \
     3 	  pingpong \
     3 	  pingpong \
     4 	  complexpingpong \
     4 	  complexpingpong
     5 	  dbus-chat \
     5 
     6 	  remotecontrolledcar
     6 !contains(QT_CONFIG, no-gui) {
       
     7     SUBDIRS += dbus-chat \
       
     8                remotecontrolledcar
       
     9 }
     7 
    10 
     8 # install
    11 # install
     9 target.path = $$[QT_INSTALL_EXAMPLES]/dbus
    12 target.path = $$[QT_INSTALL_EXAMPLES]/dbus
    10 sources.files = *.pro
    13 sources.files = *.pro
    11 sources.path = $$[QT_INSTALL_EXAMPLES]/dbus
    14 sources.path = $$[QT_INSTALL_EXAMPLES]/dbus