ce1830fd21
Started-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Change-Id: I211ce3252b836894aeeac1c85eb316d9596bca57 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
23 lines
450 B
Prolog
23 lines
450 B
Prolog
TARGET = bearermonitor
|
|
QT = core gui network widgets
|
|
requires(qtConfig(treeview))
|
|
|
|
HEADERS = sessionwidget.h \
|
|
bearermonitor.h
|
|
|
|
SOURCES = main.cpp \
|
|
bearermonitor.cpp \
|
|
sessionwidget.cpp
|
|
|
|
FORMS = bearermonitor_240_320.ui \
|
|
bearermonitor_640_480.ui \
|
|
sessionwidget.ui
|
|
|
|
win32: QMAKE_USE += ws2_32
|
|
|
|
CONFIG += console
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/bearermonitor
|
|
INSTALLS += target
|