Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
d6f4d47b
Commit
d6f4d47b
authored
Jul 14, 2009
by
Oswald Buddenhagen
Browse files
solaris build fixes
parent
eb07777a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libs/utils/process_stub.pro
View file @
d6f4d47b
...
...
@@ -14,6 +14,7 @@ build_all:!build_pass {
unix
{
SOURCES
+=
process_stub_unix
.
c
solaris
-.*:
LIBS
+=
-
lsocket
}
else
{
SOURCES
+=
process_stub_win
.
c
LIBS
+=
-
lshell32
...
...
src/plugins/debugger/outputcollector.cpp
View file @
d6f4d47b
...
...
@@ -47,6 +47,9 @@
#include
<sys/ioctl.h>
#include
<sys/types.h>
#include
<sys/stat.h>
#ifdef Q_OS_SOLARIS
# include <sys/filio.h> // FIONREAD
#endif
#include
<errno.h>
#include
<fcntl.h>
#include
<string.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment