summaryrefslogtreecommitdiff
path: root/src/libs/utils/utils-lib.pri
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2013-01-04 11:11:23 +0100
committerhjk <qthjk@ovi.com>2013-01-04 16:01:14 +0100
commit3ea79b0398110418116f6987622437a3cdc7eb95 (patch)
tree7303a68f9daab6ede4782eb746fca7636a94c15c /src/libs/utils/utils-lib.pri
parent38c940636e0444bffaf3987160940fb74db2c4d3 (diff)
downloadqt-creator-3ea79b0398110418116f6987622437a3cdc7eb95.tar.gz
Utils: fixing the compile for Windows
Without unixutils Creator does not link on Windows anymore. The reason is FileUtils::showInGraphicalShell() which calls UnixUtils::fileBrowser() and UnixUtils::substituteFileBrowserParameters(). Since UnixUtils compile on Windows I added them. Propably UnixUtils should be merged into FileUtils, if they are used and make sense on all platforms. Change-Id: I3fb49fb2c0c54fb9336298f006e2937ae29d413b Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/libs/utils/utils-lib.pri')
-rw-r--r--src/libs/utils/utils-lib.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/utils/utils-lib.pri b/src/libs/utils/utils-lib.pri
index 59d29ed10c..78569bc1de 100644
--- a/src/libs/utils/utils-lib.pri
+++ b/src/libs/utils/utils-lib.pri
@@ -92,10 +92,10 @@ win32 {
}
else:SOURCES += $$PWD/consoleprocess_unix.cpp
-unix:!macx {
+
HEADERS += $$PWD/unixutils.h
SOURCES += $$PWD/unixutils.cpp
-}
+
HEADERS += \
$$PWD/environment.h \
$$PWD/environmentmodel.h \