##// END OF EJS Templates
init
init

File last commit:

r0:905c8a8cbf07 default
r0:905c8a8cbf07 default
Show More
PeripheralWidget.pro
20 lines | 394 B | text/idl | PrologLexer
/ PeripheralWidget.pro
#-------------------------------------------------
#
# Project created by QtCreator 2013-12-27T19:23:51
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = PeripheralWidget
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
peripheralwidget.cpp
HEADERS += mainwindow.h \
peripheralwidget.h