File: qdbusxml2cpp.pro

package info (click to toggle)
dde-qt-dbus-factory 5.2.0.29-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,136 kB
  • sloc: xml: 3,781; cpp: 3,526; python: 45; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qdbusxml2cpp-fix

TEMPLATE = app
QT += core dbus-private

SOURCES += qdbusxml2cpp.cpp

DESTDIR = $$PWD/../../bin/

CONFIG += c++11

load(dtk_qmake)

host_sw_64 {
    QMAKE_CXXFLAGS += -mieee
}