##// END OF EJS Templates
Fix Linux package generation script...
Fix Linux package generation script Set the correct directory name to the package. Change-Id: I46d87c52535635f07623e3fb15849a4b219d9fd8 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r1778:11f77f06f75b
r2645:f49860f63006
Show More
chartwidgettest.pro
18 lines | 291 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += core gui opengl
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h