QxtGlobalShortcut/config.tests/zeroconf/zeroconf.pro
Arvid Picciani f4a985db2f Port Libqxt to Qt5
- build with premake. qmake is too broken to bother
- QtScript is deprecated. removing QxtWebTemplate
- QtHttpHeader has been removed. Copying to libqxt.

./configure-premake gmake

note that qmake likes to spew its moc file everywhere,
which premake doesn't handle in it's glob, so don't mix the two builds
without git clean -fxd
2012-05-28 21:03:44 +02:00

11 lines
190 B
Prolog

unix:!macx:LIBS += -ldns_sd
win32:LIBS += -ldnssd
CONFIG -= app_bundle
TEMPLATE = app
TARGET = zeroconf
DEPENDPATH += .
INCLUDEPATH += .
SOURCES += zeroconf.cpp
QT=core
CONFIG -= app_bundle