blob: 311982f9f91f49603c252d46e3cc18e42562fb44 [file] [log] [blame]
include($$OUT_PWD/../../qttools-config.pri)
QT_FOR_CONFIG += tools-private
requires(qtConfig(qtdiag))
CONFIG += console
QT += core-private gui-private
qtHaveModule(widgets): QT += widgets
qtHaveModule(network) {
QT += network
DEFINES += NETWORK_DIAG
}
SOURCES += main.cpp qtdiag.cpp
HEADERS += qtdiag.h
load(qt_app)