forked from qt-creator/qt-creator
projectexplorer: processlists are useful for windows desktops, too
Change-Id: Ief75ee62b544b419a8c4d758e275092007603862 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -127,6 +127,7 @@ HEADERS += projectexplorer.h \
|
||||
devicesupport/devicesettingspage.h \
|
||||
devicesupport/deviceusedportsgatherer.h \
|
||||
devicesupport/deviceapplicationrunner.h \
|
||||
devicesupport/localprocesslist.h \
|
||||
devicesupport/sshdeviceprocesslist.h
|
||||
|
||||
SOURCES += projectexplorer.cpp \
|
||||
@@ -231,6 +232,7 @@ SOURCES += projectexplorer.cpp \
|
||||
devicesupport/devicesettingspage.cpp \
|
||||
devicesupport/deviceusedportsgatherer.cpp \
|
||||
devicesupport/deviceapplicationrunner.cpp \
|
||||
devicesupport/localprocesslist.cpp \
|
||||
devicesupport/sshdeviceprocesslist.cpp
|
||||
|
||||
FORMS += processstep.ui \
|
||||
@@ -272,11 +274,6 @@ equals(TEST, 1) {
|
||||
outputparser_test.h
|
||||
}
|
||||
|
||||
unix {
|
||||
SOURCES += devicesupport/localprocesslist.cpp
|
||||
HEADERS += devicesupport/localprocesslist.h
|
||||
}
|
||||
|
||||
macx:LIBS += -framework Carbon
|
||||
|
||||
RESOURCES += projectexplorer.qrc
|
||||
|
||||
@@ -312,7 +312,9 @@ QtcPlugin {
|
||||
"devicesupport/idevicefactory.cpp",
|
||||
"devicesupport/idevicefactory.h",
|
||||
"devicesupport/deviceapplicationrunner.cpp",
|
||||
"devicesupport/deviceapplicationrunner.h"
|
||||
"devicesupport/deviceapplicationrunner.h",
|
||||
"devicesupport/localprocesslist.h",
|
||||
"devicesupport/localprocesslist.cpp"
|
||||
]
|
||||
|
||||
Group {
|
||||
@@ -331,11 +333,6 @@ QtcPlugin {
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
condition: qbs.targetOS === "linux" || qbs.targetOS === "mac"
|
||||
files: [ "devicesupport/localunixprocesslist.h", "devicesupport/localunixprocesslist.cpp" ]
|
||||
}
|
||||
|
||||
ProductModule {
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "Qt"; submodules: ["network"] }
|
||||
|
||||
Reference in New Issue
Block a user