forked from qt-creator/qt-creator
Utils: Use the canonical way of adding the UnixUtils files.
The way this is currently written makes it look at first glance like they are added in the non-Windows case only. Change-Id: I9f8dfe47bec910273afc36227d65551cf548b23f Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -84,7 +84,8 @@ SOURCES += $$PWD/environment.cpp \
|
|||||||
$$PWD/tooltip/tooltip.cpp \
|
$$PWD/tooltip/tooltip.cpp \
|
||||||
$$PWD/tooltip/tips.cpp \
|
$$PWD/tooltip/tips.cpp \
|
||||||
$$PWD/tooltip/tipcontents.cpp \
|
$$PWD/tooltip/tipcontents.cpp \
|
||||||
$$PWD/tooltip/tipfactory.cpp
|
$$PWD/tooltip/tipfactory.cpp \
|
||||||
|
$$PWD/unixutils.cpp
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
@@ -94,10 +95,6 @@ win32 {
|
|||||||
}
|
}
|
||||||
else:SOURCES += $$PWD/consoleprocess_unix.cpp
|
else:SOURCES += $$PWD/consoleprocess_unix.cpp
|
||||||
|
|
||||||
|
|
||||||
HEADERS += $$PWD/unixutils.h
|
|
||||||
SOURCES += $$PWD/unixutils.cpp
|
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
$$PWD/environment.h \
|
$$PWD/environment.h \
|
||||||
$$PWD/environmentmodel.h \
|
$$PWD/environmentmodel.h \
|
||||||
@@ -177,7 +174,8 @@ HEADERS += \
|
|||||||
$$PWD/tooltip/tipcontents.h \
|
$$PWD/tooltip/tipcontents.h \
|
||||||
$$PWD/tooltip/reuse.h \
|
$$PWD/tooltip/reuse.h \
|
||||||
$$PWD/tooltip/effects.h \
|
$$PWD/tooltip/effects.h \
|
||||||
$$PWD/tooltip/tipfactory.h
|
$$PWD/tooltip/tipfactory.h \
|
||||||
|
$$PWD/unixutils.h
|
||||||
|
|
||||||
FORMS += $$PWD/filewizardpage.ui \
|
FORMS += $$PWD/filewizardpage.ui \
|
||||||
$$PWD/projectintropage.ui \
|
$$PWD/projectintropage.ui \
|
||||||
|
Reference in New Issue
Block a user