##// 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
#-------------------------------------------------
#
# Project created by QtCreator 2013-07-02T21:17:57
#
#-------------------------------------------------
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
QT += printsupport
}
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