blob: 5c35b8622c19beaf42d9e8b51f9b644d0da82d1b [file] [log] [blame]
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/*