tools/qdbus/qdbuscpp2xml/qdbuscpp2xml.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 SOURCES = qdbuscpp2xml.cpp
       
     2 DESTDIR = ../../../bin
       
     3 TARGET = qdbuscpp2xml
       
     4 QT = core xml
       
     5 CONFIG += qdbus
       
     6 CONFIG -= app_bundle
       
     7 win32:CONFIG += console
       
     8 
       
     9 target.path=$$[QT_INSTALL_BINS]
       
    10 INSTALLS += target