summaryrefslogtreecommitdiffstats
path: root/tests/multigraphs/multigraphs.pro
blob: f1a7cffee8ce69c61c00160d4f8d65e4f8a12d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
!include( ../tests.pri ) {
    error( "Couldn't find the tests.pri file!" )
}

SOURCES += main.cpp \
           data.cpp
HEADERS += data.h

QT += widgets

RESOURCES += \
    multigraphs.qrc