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 Chris@7: Chris@3: TARGET = checker Chris@3: Chris@3: SOURCES += \ Chris@3: checker.cpp Chris@3: