summaryrefslogtreecommitdiffstats
path: root/src/utils/utils.pro
blob: 13287d5e992e9794714aacc60fa3f2942c70137d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
load(qt_build_config)

TARGET = B2QtUtils
VERSION = 1.0
CONFIG += dll warn_on

QT = core network

MODULE = b2qtutils
load(qt_module)

android: LIBS += -lmedia -lhardware -lcutils -lutils

HEADERS += \
    $$PWD/b2qtdevice.h

SOURCES += \
    $$PWD/b2qtdevice.cpp