8fe3680193
[ChangeLog][qmake] A new feature "cmdline" was added that implies "CONFIG += console" and "CONFIG -= app_bundle". Task-number: QTBUG-27079 Change-Id: I6e52b07c9341c904bb1424fc717057432f9360e1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
18 lines
378 B
Prolog
18 lines
378 B
Prolog
QT = core network
|
|
CONFIG += cmdline
|
|
|
|
HEADERS += downloadmanager.h textprogressbar.h
|
|
SOURCES += downloadmanager.cpp main.cpp textprogressbar.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/downloadmanager
|
|
INSTALLS += target
|
|
|
|
OTHER_FILES += \
|
|
debian/changelog \
|
|
debian/compat \
|
|
debian/control \
|
|
debian/copyright \
|
|
debian/README \
|
|
debian/rules
|