summaryrefslogtreecommitdiffstats
path: root/tests/manual/galaxy/galaxy.pro
blob: 5c35b8622c19beaf42d9e8b51f9b644d0da82d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
CONFIG += exceptions

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