summaryrefslogtreecommitdiffstats
path: root/tests/manual/networkmanager/networkmanager.pro
blob: 7ff370aaef8f2a8f64da58501083dd850b71f5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SOURCES  += networkmanagertest.cpp nmview.cpp
HEADERS  += nmview.h
TARGET = tst_networkmanagertest

QT = core network dbus gui

#not really a test case but deployment happens same way
CONFIG += testcase

requires(contains(QT_CONFIG,dbus))

INCLUDEPATH += ../../src/bearer
include(../../common.pri)

CONFIG += mobility
MOBILITY = bearer

#MOC_DIR = .moc
#OBJECTS_DIR = .obj
FORMS += dialog.ui