Compile
[dashstudio.git] / src / components / timeline / timeline.pro
blob1cd2fff248f19ef8058eae145fa6edbb723a4633
1 TEMPLATE = lib
3 CONFIG += warn_on \
4 staticlib
5 SOURCES += framestable.cpp \
6 layermanager.cpp \
7 tlruler.cpp \
8 timeline.cpp \
9 timelinewidget.cpp
10 HEADERS += framestable.h \
11 layermanager.h \
12 tlruler.h \
13 timeline.h \
14 timelinewidget.h
15 include(../components_config.pri)