##// END OF EJS Templates
WIP
WIP

File last commit:

r1:aca341872bcb default
r1:aca341872bcb default
Show More
PeripheralWidget.pro
22 lines | 442 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 \
registerwidget.cpp
HEADERS += mainwindow.h \
peripheralwidget.h \
registerwidget.h