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