First implementation
This commit is contained in:
19
cpp/window/TraceWindow/TraceWindow.pri
Normal file
19
cpp/window/TraceWindow/TraceWindow.pri
Normal file
@@ -0,0 +1,19 @@
|
||||
SOURCES += \
|
||||
$$PWD/TraceFilterModel.cpp \
|
||||
$$PWD/LinearTraceViewModel.cpp \
|
||||
$$PWD/AggregatedTraceViewModel.cpp \
|
||||
$$PWD/BaseTraceViewModel.cpp \
|
||||
$$PWD/AggregatedTraceViewItem.cpp \
|
||||
$$PWD/TraceWindow.cpp \
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/LinearTraceViewModel.h \
|
||||
$$PWD/AggregatedTraceViewModel.h \
|
||||
$$PWD/BaseTraceViewModel.h \
|
||||
$$PWD/AggregatedTraceViewItem.h \
|
||||
$$PWD/TraceFilterModel.h \
|
||||
$$PWD/TraceWindow.h \
|
||||
$$PWD/TraceViewTypes.h \
|
||||
|
||||
FORMS += \
|
||||
$$PWD/TraceWindow.ui
|
||||
Reference in New Issue
Block a user