summaryrefslogtreecommitdiffstats
path: root/tests/galaxy/galaxy.pro
blob: 0b602e16e11b3ad25034b796d4baaf78d7ba906b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
android|ios|winrt {
    error( "This example is not supported for android, ios, or winrt." )
}

!include( ../tests.pri ) {
    error( "Couldn't find the tests.pri file!" )
}

SOURCES += main.cpp \
    galaxydata.cpp \
    star.cpp \
    cumulativedistributor.cpp

HEADERS += \
    cumulativedistributor.h \
    galaxydata.h \
    star.h

QT += widgets

OTHER_FILES += doc/src/* \
               doc/images/*