summaryrefslogtreecommitdiffstats
path: root/src/qconnectivity/qconnectivity.pro
blob: df3b3666dc0703da77fb7d7cd17d800e70e9694d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT       += core network
QT       -= gui

TARGET = qconnectivity
CONFIG   += console
CONFIG   -= app_bundle

TEMPLATE = app

LIBS += -lcutils -lnetutils
SOURCES += main.cpp

load(qt_tool)