summaryrefslogtreecommitdiffstats
path: root/perfparser.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-02-23 15:34:11 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-03-04 11:18:30 +0200
commitcf23d7740f54b8c53409e70eea244d984a27e537 (patch)
tree5b271f50c2a77822c8aee5cb05520f9ddbe5073a /perfparser.pro
parent7b6a8e42b5428038614faa2f44fc252f4bfd5f0a (diff)
Add elfutils to source tree and integrate build system
We only import the relevant parts of elfutils, leaving out the original build system, support for bzip2 and lzma compression, source code of the elfutils command line utilities, tests, and libcpu. Change-Id: I7c15cff880a7ab6d84e272c8b18f854f97539a1f Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'perfparser.pro')
-rw-r--r--perfparser.pro39
1 files changed, 3 insertions, 36 deletions
diff --git a/perfparser.pro b/perfparser.pro
index 4e98b45..3151a8c 100644
--- a/perfparser.pro
+++ b/perfparser.pro
@@ -1,38 +1,5 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2014-08-14T10:44:20
-#
-#-------------------------------------------------
+TEMPLATE = subdirs
-QT += core network
+SUBDIRS = app 3rdparty/elfutils
-QT -= gui
-
-LIBS += -ldw -lbfd
-
-TARGET = perfparser
-CONFIG += console c++11
-CONFIG -= app_bundle
-
-TEMPLATE = app
-
-
-SOURCES += main.cpp \
- perfattributes.cpp \
- perfheader.cpp \
- perffilesection.cpp \
- perffeatures.cpp \
- perfdata.cpp \
- perfunwind.cpp \
- perfregisterinfo.cpp \
- perfstdin.cpp
-
-HEADERS += \
- perfattributes.h \
- perfheader.h \
- perffilesection.h \
- perffeatures.h \
- perfdata.h \
- perfunwind.h \
- perfregisterinfo.h \
- perfstdin.h
+app.depends = 3rdparty/elfutils