-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathKNOWN_ISSUES.txt
17 lines (16 loc) · 911 Bytes
/
KNOWN_ISSUES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
1. To run the OpenGL examples install opengl (doesn't work on Ubuntu)
gem install opengl --pre
2. The qRgb macro doesn't appear to work correctly
3. The following examples fail on Windows:
itemview/dirview -> Hangs
network/broadcastsender -> writeDatagram(const char* data, ...) fails
network/broadcastreceiver -> readDatagram(char* data, ...) fails
4. The following examples fail on Ubuntu:
opengl/* -> opengl doesn't install
network/broadcastsender -> writeDatagram(const char* data, ...) fails
network/broadcastreceiver -> readDatagram(char* data, ...) fails
5. The following examples fail on Mac OS X:
desktop/screenshot -> QPixmap::scaled: Pixmap is a null pixmap
network/broadcastsender -> writeDatagram(const char* data, ...) fails
network/broadcastreceiver -> readDatagram(char* data, ...) fails
NOTE: The QDBus examples don't work on Windows because QtDBus is Unix only.