2011-04-27 10:05:43 +00:00
|
|
|
TARGET = bearermonitor
|
2011-05-07 20:57:49 +00:00
|
|
|
QT = core gui network widgets
|
2018-01-08 12:43:04 +00:00
|
|
|
requires(qtConfig(treeview))
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
HEADERS = sessionwidget.h \
|
|
|
|
bearermonitor.h
|
|
|
|
|
|
|
|
SOURCES = main.cpp \
|
|
|
|
bearermonitor.cpp \
|
|
|
|
sessionwidget.cpp
|
|
|
|
|
2011-10-21 10:38:00 +00:00
|
|
|
FORMS = bearermonitor_240_320.ui \
|
|
|
|
bearermonitor_640_480.ui \
|
|
|
|
sessionwidget.ui
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2019-04-24 09:26:58 +00:00
|
|
|
win32: QMAKE_USE += ws2_32
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
CONFIG += console
|
|
|
|
|
2012-07-10 14:13:06 +00:00
|
|
|
# install
|
2012-11-26 13:04:31 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/bearermonitor
|
2012-11-27 19:40:16 +00:00
|
|
|
INSTALLS += target
|