##// END OF EJS Templates
Fix boxplottertester...
Titta Heikkala -
r2599:d8e784e0dd82
parent child
Show More
@@ -1,20 +1,20
1 !include( ../tests.pri ) {
1 !include( ../tests.pri ) {
2 error( "Couldn't find the test.pri file!" )
2 error( "Couldn't find the test.pri file!" )
3 }
3 }
4
4
5 TEMPLATE = app
5 TEMPLATE = app
6
6
7 QT += core gui opengl
7 QT += core gui
8 contains(QT_MAJOR_VERSION, 5) {
8 contains(QT_MAJOR_VERSION, 5) {
9 QT += widgets
9 QT += widgets
10 }
10 }
11
11
12 SOURCES += main.cpp \
12 SOURCES += main.cpp \
13 mainwidget.cpp \
13 mainwidget.cpp \
14 customtablemodel.cpp \
14 customtablemodel.cpp \
15 pentool.cpp
15 pentool.cpp
16
16
17 HEADERS += \
17 HEADERS += \
18 mainwidget.h \
18 mainwidget.h \
19 customtablemodel.h \
19 customtablemodel.h \
20 pentool.h
20 pentool.h
General Comments 0
You need to be logged in to leave comments. Login now