28675642f3
Add a toplevel manual.pro and other .pro-files to build them and fix the build. Change-Id: Ibc98a27b39dd1304edfa8a6894d62e77ce7ef387 Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
28 lines
475 B
Prolog
28 lines
475 B
Prolog
TEMPLATE = app
|
|
TARGET = BearerEx
|
|
|
|
QT += core \
|
|
gui \
|
|
widgets \
|
|
network
|
|
|
|
FORMS += detailedinfodialog.ui
|
|
maemo5|maemo6 {
|
|
FORMS += sessiondialog_maemo.ui \
|
|
bearerex_maemo.ui
|
|
} else {
|
|
FORMS += sessiondialog.ui \
|
|
bearerex.ui
|
|
}
|
|
|
|
|
|
# Example headers and sources
|
|
HEADERS += bearerex.h \
|
|
xqlistwidget.h \
|
|
datatransferer.h
|
|
|
|
SOURCES += bearerex.cpp \
|
|
main.cpp \
|
|
xqlistwidget.cpp \
|
|
datatransferer.cpp
|