d6d7aebd03
It's confusing when you double-click it and nothing happens. Task-number: QTBUG-26976 Change-Id: I50c5625a41881bdbcbf29001197ed15da4ee0a28 Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
23 lines
629 B
Prolog
23 lines
629 B
Prolog
QT = core network
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
|
|
HEADERS += downloadmanager.h textprogressbar.h
|
|
SOURCES += downloadmanager.cpp main.cpp textprogressbar.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/downloadmanager
|
|
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/downloadmanager
|
|
INSTALLS += target sources
|
|
|
|
OTHER_FILES += \
|
|
debian/changelog \
|
|
debian/compat \
|
|
debian/control \
|
|
debian/copyright \
|
|
debian/README \
|
|
debian/rules
|
|
|
|
simulator: warning(This example might not fully work on Simulator platform)
|