f13b0b2cf2
Compiling the default examples should be possible without compile errors. Task-number: QTBUG-53141 Change-Id: I73d8787241291ae6230861a89b38e91d900fede0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
23 lines
446 B
Prolog
23 lines
446 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:LIBS += -lws2_32
|
|
|
|
CONFIG += console
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/bearermonitor
|
|
INSTALLS += target
|