##// END OF EJS Templates
place load(qt_module) at the end of the project file...
place load(qt_module) at the end of the project file it's the new convention. Change-Id: I48c83c2cd60ec42178ce2c0b0fdee100da292e76 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>

File last commit:

r2885:b0b6ace77823
r2887:e8a6c9507e8c
Show More
linechart.pri
11 lines | 228 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
SOURCES += \
$$PWD/linechartitem.cpp \
$$PWD/qlineseries.cpp
PRIVATE_HEADERS += \
$$PWD/linechartitem_p.h \
$$PWD/qlineseries_p.h
PUBLIC_HEADERS += \
$$PWD/qlineseries.h