X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=bc30c30ea3800a4c267a7be0cf4be92d246b2883;hb=b08d7222556b0a56b4fc61782faa4664a0368d59;hp=d835927ebb504a0696d07b5a0b84b5f49fa1015d;hpb=c23b29d67ed68c1a899000bf0049056fe9f51a62;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d835927..bc30c30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,6 +62,7 @@ endif() find_package(PkgConfig) pkg_check_modules(PKGDEPS REQUIRED ${PKGDEPS}) +FIND_PROGRAM(QT_QMAKE_EXECUTABLE NAMES qmake4 qmake-qt4 qmake-mac) find_package(Qt4 REQUIRED) # Find the platform's thread library (needed for boost-thread). @@ -146,6 +147,7 @@ set(pulseview_HEADERS pv/toolbars/samplingbar.h pv/view/cursor.h pv/view/header.h + pv/view/logicsignal.h pv/view/marginwidget.h pv/view/ruler.h pv/view/selectableitem.h