cwritersync.pro Example File

cwritersync/cwritersync.pro
QT = core

greaterThan(QT_MAJOR_VERSION, 4) {
    QT       += serialport
} else {
    include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}

CONFIG += console
CONFIG -= app_bundle

TARGET = cwritersync
TEMPLATE = app

SOURCES += \
    main.cpp