2012-02-28 12:13:04 +01:00
|
|
|
TEMPLATE = app
|
|
|
|
|
TARGET = tcpportsgatherer
|
|
|
|
|
|
2013-03-20 12:48:11 +01:00
|
|
|
QT = core gui network
|
2012-02-28 12:13:04 +01:00
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
|
|
|
|
|
|
CONFIG += console
|
|
|
|
|
CONFIG -= app_bundle
|
|
|
|
|
|
2013-03-25 19:09:49 +01:00
|
|
|
QTC_LIB_DEPENDS += utils
|
2013-02-03 20:48:18 +02:00
|
|
|
include(../../../auto/qttest.pri)
|
2012-02-28 12:13:04 +01:00
|
|
|
include(../../../../src/rpath.pri)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UTILSDIR = ../../../../src/libs/utils
|
|
|
|
|
|
|
|
|
|
DEFINES += QTCREATOR_UTILS_STATIC_LIB
|
|
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
$${UTILSDIR}/portlist.h \
|
|
|
|
|
$${UTILSDIR}/tcpportsgatherer.h
|
|
|
|
|
SOURCES += \
|
|
|
|
|
$${UTILSDIR}/portlist.cpp \
|
|
|
|
|
$${UTILSDIR}/tcpportsgatherer.cpp
|
|
|
|
|
|
2012-08-06 17:58:19 +00:00
|
|
|
win32:LIBS += -liphlpapi -lws2_32
|
2012-02-28 12:13:04 +01:00
|
|
|
SOURCES += main.cpp
|