Wireshark-bugs: [Wireshark-bugs] [Bug 9641] Cannot build .app or package in OS X 10.9

Date: Tue, 25 Feb 2014 06:13:49 +0000

Comment # 9 on bug 9641 from
Scratch that, it installed Qt in '/usr/local/Qt-5.2.1', so I could add that to
PKG_CONFIG_PATH and PATH for the pkgconfig and bin dirs to get past that block.
Now it gets stuck here:

In file included from about_dialog.cpp:26:
./about_dialog.h:27:10: fatal error: 'QDialog' file not found
#include <QDialog>
         ^
In file included from accordion_frame.cpp:28:
./accordion_frame.h:27:10: fatal error: 'QFrame' file not found
#include <QFrame>
         ^


You are receiving this mail because:
  • You are watching all bug changes.