summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/calendar/src/src.pri
blob: 50b2ea620dd505e6568874f9f2806f4bab5ec9cf (plain)
1
2
3
4
5
6
7
8
9
SOURCES += \
    $$PWD/event.cpp \
    $$PWD/main.cpp \
    $$PWD/sqleventmodel.cpp


HEADERS += \
    $$PWD/event.h \
    $$PWD/sqleventmodel.h