51e501fa8d
Change-Id: I1955320e7639760b4383a53f37a506c8055933ef Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
22 lines
382 B
Prolog
22 lines
382 B
Prolog
TEMPLATE = app
|
|
TARGET = BearerEx
|
|
|
|
QT += core \
|
|
gui \
|
|
widgets \
|
|
network
|
|
|
|
FORMS += detailedinfodialog.ui \
|
|
sessiondialog.ui \
|
|
bearerex.ui
|
|
|
|
# Example headers and sources
|
|
HEADERS += bearerex.h \
|
|
xqlistwidget.h \
|
|
datatransferer.h
|
|
|
|
SOURCES += bearerex.cpp \
|
|
main.cpp \
|
|
xqlistwidget.cpp \
|
|
datatransferer.cpp
|