File: qtdbus_test.pro

package info (click to toggle)
fwbuilder 5.3.7-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,112 kB
  • sloc: cpp: 193,089; sh: 71,239; ansic: 4,343; xml: 3,963; python: 83; makefile: 76; perl: 49
file content (10 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
# -*- mode: makefile; tab-width: 4; -*-
TEMPLATE = app

unix {
	!macx: QT += network dbus
	macx:  LIBS += -framework QtDBus
}

SOURCES = qtdbus_test.cpp
TARGET = qtdbus_test