##// END OF EJS Templates
removed warnings
removed warnings

File last commit:

r5:4e6b18a64911 default
r13:8ee59f35313b default
Show More
PeripheralWidget.pro
27 lines | 523 B | text/idl | PrologLexer
/ PeripheralWidget.pro
init
r0 #-------------------------------------------------
#
# Project created by QtCreator 2013-12-27T19:23:51
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = PeripheralWidget
TEMPLATE = app
Jeandet Alexis
Cleaned path to use as hg submodule of lppmon_sdk or any other project.
r5 MOC_DIR = moc
OBJECTS_DIR = obj
DESTDIR = bin
init
r0
Jeandet Alexis
Cleaned path to use as hg submodule of lppmon_sdk or any other project.
r5 include(PeripheralWidget.pri)
INCLUDEPATH += src
init
r0
Jeandet Alexis
Cleaned path to use as hg submodule of lppmon_sdk or any other project.
r5 SOURCES += test/main.cpp \
test/mainwindow.cpp \
$$PERIPHERAL_WDGT_SOURCES
init
r0
Jeandet Alexis
Cleaned path to use as hg submodule of lppmon_sdk or any other project.
r5 HEADERS += test/mainwindow.h \
$$PERIPHERAL_WDGT_HEADERS