summaryrefslogtreecommitdiffstats
path: root/examples/serialport/creadersync/creadersync.pro
blob: ee9eaf2368d9bf8a7f4ba044adce404843e1cd8f (plain)
1
2
3
4
5
6
7
8
9
10
11
QT = core
QT += serialport

CONFIG += console
CONFIG -= app_bundle

TARGET = creadersync
TEMPLATE = app

SOURCES += \
    main.cpp