X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=5f32467b2a855b4a6682d1215214e9803b5e1046;hb=23b02a8288bd2dd2fd058b22c15d4ba17f4151c0;hp=60644e16bbc2a9b4aa7fff8b83c6cc7e1f0b5727;hpb=f1283456ae0859990ccd914f8c147064345df13f;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 60644e1..5f32467 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). @@ -126,6 +127,7 @@ set(pulseview_SOURCES pv/view/cursor.cpp pv/view/cursorpair.cpp pv/view/header.cpp + pv/view/marginwidget.cpp pv/view/logicsignal.cpp pv/view/ruler.cpp pv/view/selectableitem.cpp @@ -135,6 +137,7 @@ set(pulseview_SOURCES pv/view/viewport.cpp ) +# This list includes only QObject derrived class headers set(pulseview_HEADERS pv/mainwindow.h pv/sigsession.h @@ -145,6 +148,8 @@ 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 pv/view/signal.h