Travis CI support
This commit is contained in:
parent
7f9cbac232
commit
ab4b024df4
6 changed files with 42 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ QT += network
|
|||
TARGET = qmdnsengine
|
||||
TEMPLATE = lib
|
||||
|
||||
# Support debug and release builds from command line for CI
|
||||
CONFIG += debug_and_release
|
||||
|
||||
QMDNSE_DIR = $$PWD/qmdnsengine/src
|
||||
DEFINES += \
|
||||
QT_NO_SIGNALS_SLOTS_KEYWORDS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue