mirror of
https://bitbucket.org/C_Classic/prgkbd.git
synced 2024-11-22 18:25:09 +01:00
21 lines
311 B
INI
21 lines
311 B
INI
#-------------------------------------------------
|
|
#
|
|
# 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
|