mirror of
https://bitbucket.org/C_Classic/prgkbd.git
synced 2024-11-23 02:35:04 +01:00
21 lines
311 B
Prolog
21 lines
311 B
Prolog
|
#-------------------------------------------------
|
||
|
#
|
||
|
# Project created by QtCreator 2011-12-26T18:56:25
|
||
|
#
|
||
|
#-------------------------------------------------
|
||
|
|
||
|
QT += core
|
||
|
|
||
|
QT -= gui
|
||
|
|
||
|
TARGET = prgKbd_debug
|
||
|
CONFIG += console
|
||
|
CONFIG -= app_bundle
|
||
|
|
||
|
TEMPLATE = app
|
||
|
|
||
|
|
||
|
SOURCES += main.cpp
|
||
|
|
||
|
LIBS += -lusb
|