cb47d1d9ff
maintaining GUI (graphical user interface) applications. Qt is written in C++ and is fully object-oriented. It has everything you need to create professional GUI applications. And it enables you to create them quickly. Qt is a multi-platform toolkit. When developing software with Qt, you can run it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. Simply recompile your source code on the platform you want. Qt cuts down the complexity in implementing large and complex systems. Its ingenious signal-slot technology enables true component programming.
13 lines
623 B
Text
13 lines
623 B
Text
$NetBSD: patch-ag,v 1.1.1.1 2006/02/20 12:08:15 adam Exp $
|
|
|
|
--- src/gui/embedded/qlock.cpp.orig 2006-02-19 11:42:33.000000000 +0100
|
|
+++ src/gui/embedded/qlock.cpp
|
|
@@ -34,7 +34,7 @@
|
|
#else
|
|
#include <sys/sem.h>
|
|
#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) \
|
|
- || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD) || defined(Q_OS_NETBSD) || defined(Q_OS_BSDI)
|
|
+ || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD) || defined(Q_OS_NETBSD) || defined(Q_OS_BSDI) || defined(Q_OS_INTERIX)
|
|
/* union semun is defined by including <sys/sem.h> */
|
|
#else
|
|
/* according to X/OPEN we have to define it ourselves */
|