diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2010-01-04 15:19:29 +0100 |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2010-01-04 15:30:04 +0100 |
commit | 77761b37c3bc193b753583dbb8ec123e53b26ab3 (patch) | |
tree | 9d01a42e379b66274abf2c0169dfbac349f1ec8a /src/libs/utils/utils.pro | |
parent | 4416dda24309ccfc06fcc367a78694042bbb383c (diff) | |
download | qt-creator-77761b37c3bc193b753583dbb8ec123e53b26ab3.tar.gz |
Make it possible to set the external file browser on unix.
xdg-open is not available everywhere and fails when no DE is running.
Reviewed-By: Oswald Buddenhagen
Diffstat (limited to 'src/libs/utils/utils.pro')
-rw-r--r-- | src/libs/utils/utils.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libs/utils/utils.pro b/src/libs/utils/utils.pro index 61e5659451..2c823cfd62 100644 --- a/src/libs/utils/utils.pro +++ b/src/libs/utils/utils.pro @@ -46,6 +46,11 @@ win32 { HEADERS += winutils.h } else:SOURCES += consoleprocess_unix.cpp + +unix:!macx { + HEADERS += unixutils.h + SOURCES += unixutils.cpp +} HEADERS += utils_global.h \ reloadpromptutils.h \ stringutils.h \ |