forked from qt-creator/qt-creator
Prepare trk::Launcher to deal with a shared trkdevice. Add encapsulation for the rfcomm listener process and helper classes for prompting the user to connect the Bluetooth device. Add a command line prompt to the trklauncher test.
6 lines
104 B
Prolog
6 lines
104 B
Prolog
TEMPLATE = app
|
|
QT = core
|
|
CONFIG += console
|
|
include(../../../src/shared/trk/trk.pri)
|
|
SOURCES += main.cpp
|