Chris@3: Chris@3: TEMPLATE = app Chris@3: Chris@7: include(checker.pri) Chris@3: Chris@3: # Using the "console" CONFIG flag above should ensure this happens for Chris@3: # normal Windows builds, but this may be necessary when cross-compiling Chris@3: win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console cannam@13: cannam@13: macx*: CONFIG -= app_bundle Chris@7: Chris@8: TARGET = checker-client Chris@3: Chris@3: SOURCES += \ Chris@39: src/checker-client.cpp Chris@3: