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

11 lines
199 B
Prolog

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