summaryrefslogtreecommitdiffstats
path: root/perfparser.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-08-14 14:08:34 +0200
committerUlf Hermann <ulf.hermann@digia.com>2014-08-21 11:29:34 +0200
commitd1a5b49b18337797874f8be26118acd6d9bacb96 (patch)
tree6eaf33bff6d37cf074507db08a700b2d2fa1dee0 /perfparser.pro
initial
Diffstat (limited to 'perfparser.pro')
-rw-r--r--perfparser.pro40
1 files changed, 40 insertions, 0 deletions
diff --git a/perfparser.pro b/perfparser.pro
new file mode 100644
index 0000000..a66d5e0
--- /dev/null
+++ b/perfparser.pro
@@ -0,0 +1,40 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2014-08-14T10:44:20
+#
+#-------------------------------------------------
+
+QT += core
+
+QT -= gui
+
+LIBS += -ldw
+
+TARGET = perfparser
+CONFIG += console
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+
+SOURCES += main.cpp \
+ perfattributes.cpp \
+ perfheader.cpp \
+ perffilesection.cpp \
+ perffeatures.cpp \
+ perfdata.cpp \
+ perfunwind.cpp \
+ perfregisterinfo.cpp
+
+OTHER_FILES += \
+ perf.data \
+ recording.txt
+
+HEADERS += \
+ perfattributes.h \
+ perfheader.h \
+ perffilesection.h \
+ perffeatures.h \
+ perfdata.h \
+ perfunwind.h \
+ perfregisterinfo.h