Files
qt4-x11/tools/qdbus/qdbuscpp2xml/qdbuscpp2xml.pro
2025-08-24 20:55:26 +08:00

11 lines
199 B
Prolog

SOURCES = qdbuscpp2xml.cpp
DESTDIR = ../../../bin
TARGET = qdbuscpp2xml
QT = core xml
CONFIG += qdbus
CONFIG -= app_bundle
win32:CONFIG += console
target.path=$$[QT_INSTALL_BINS]
INSTALLS += target