##// END OF EJS Templates
Progress bar added to the plugin
Progress bar added to the plugin

File last commit:

r57:71cb087f0080 default
r57:71cb087f0080 default
Show More
wfdisplaytest.pro
29 lines | 505 B | text/idl | PrologLexer
admin@pc-p-leroy3.LAB-LPP.LOCAL
commit before merge
r35 #-------------------------------------------------
#
# Project created by QtCreator 2013-07-02T21:17:57
#
#-------------------------------------------------
Progress bar added to the plugin
r57 contains(QT_MAJOR_VERSION, 5) {
QT += widgets
QT += printsupport
}
admin@pc-p-leroy3.LAB-LPP.LOCAL
commit before merge
r35 QT += core gui
TARGET = wfdisplaytest
TEMPLATE = app
INCLUDEPATH += \
$$[QT_INSTALL_HEADERS]/lppmon/common \
$$[QT_INSTALL_HEADERS]/lppmon/wfdisplay
LIBS += -llppmoncommon -lwfdisplay
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h