##// END OF EJS Templates
Update qmlapplicationviewer files...
Update qmlapplicationviewer files Otherwise the new creator will prompt to update them. Change-Id: I8551532fbe58746aea4cbe8a2ccaf379c624e4a4 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2483:f494279b6366
r2527:db197ae73cdb
Show More
domain.pri
28 lines | 790 B | text/plain | TextLexer
#Subdirectiores are defined here, because qt creator doesn't handle nested include(foo.pri) chains very well.
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/abstractdomain.cpp \
$$PWD/polardomain.cpp \
$$PWD/xydomain.cpp \
$$PWD/xypolardomain.cpp \
$$PWD/xlogydomain.cpp \
$$PWD/xlogypolardomain.cpp \
$$PWD/logxydomain.cpp \
$$PWD/logxypolardomain.cpp \
$$PWD/logxlogydomain.cpp \
$$PWD/logxlogypolardomain.cpp
PRIVATE_HEADERS += \
$$PWD/abstractdomain_p.h \
$$PWD/polardomain_p.h \
$$PWD/xydomain_p.h \
$$PWD/xypolardomain_p.h \
$$PWD/xlogydomain_p.h \
$$PWD/xlogypolardomain_p.h \
$$PWD/logxydomain_p.h \
$$PWD/logxypolardomain_p.h \
$$PWD/logxlogydomain_p.h \
$$PWD/logxlogypolardomain_p.h