File: cenumerator.pro

package info (click to toggle)
qtserialport-opensource-src 5.15.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,540 kB
  • sloc: cpp: 7,101; ansic: 12; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT = core
QT += serialport

CONFIG += console
CONFIG -= app_bundle

TARGET = cenumerator
TEMPLATE = app

SOURCES += \
    main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/serialport/cenumerator
INSTALLS += target