view checker-client.pro @ 57:5c60e26e16ca

object_parallel_to_source doesn't appear to work with msbuild - remove it again, as we want to be consistent across systems here
author Chris Cannam
date Thu, 17 Jan 2019 09:30:59 +0000
parents a28b19b136e8
children
line wrap: on
line source

TEMPLATE = app

include(checker.pri)

# Using the "console" CONFIG flag above should ensure this happens for
# normal Windows builds, but this may be necessary when cross-compiling
win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console

macx*: CONFIG -= app_bundle
    
TARGET = checker-client

SOURCES += \
	src/checker-client.cpp