##// END OF EJS Templates
Created own boxset class...
Created own boxset class Change-Id: I6a7d0c7eb80ccf757ae761d30f2ab88a7657f711 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2275:95c64613f4b2
r2486:221296b3ca87
Show More
domain.pri
18 lines | 470 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/xydomain.cpp \
$$PWD/xlogydomain.cpp \
$$PWD/logxydomain.cpp \
$$PWD/logxlogydomain.cpp
PRIVATE_HEADERS += \
$$PWD/abstractdomain_p.h \
$$PWD/xydomain_p.h \
$$PWD/xlogydomain_p.h \
$$PWD/logxydomain_p.h \
$$PWD/logxlogydomain_p.h