diff options
| author | Fabian Schillinger | 2010-11-01 16:53:24 +0100 |
|---|---|---|
| committer | Fabian Schillinger | 2010-11-01 16:53:24 +0100 |
| commit | 0d97a7378ffe5f6be408201cd1f5595607ed5f87 (patch) | |
| tree | 78ccd691a67c2f63f8fa4d1032d4cabfae0e80fa /Debug/3rdparty | |
| parent | [PVSGUI] parsing cmdargs fixed (diff) | |
| download | pvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.tar.gz pvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.tar.xz pvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.zip | |
Process start/stop/view functionality
processWidget - shows a list of processes on one client, allows to start ans stop processes
processesDialog - shows every processWidget as a tab
processesStartDialog - starts process entered in messageEdit
added handling of new pvscommands
Diffstat (limited to 'Debug/3rdparty')
| -rw-r--r-- | Debug/3rdparty/qtsingleapplication/subdir.mk | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Debug/3rdparty/qtsingleapplication/subdir.mk b/Debug/3rdparty/qtsingleapplication/subdir.mk new file mode 100644 index 0000000..78466e5 --- /dev/null +++ b/Debug/3rdparty/qtsingleapplication/subdir.mk @@ -0,0 +1,39 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../3rdparty/qtsingleapplication/qtlocalpeer.cpp \ +../3rdparty/qtsingleapplication/qtlockedfile.cpp \ +../3rdparty/qtsingleapplication/qtlockedfile_unix.cpp \ +../3rdparty/qtsingleapplication/qtlockedfile_win.cpp \ +../3rdparty/qtsingleapplication/qtsingleapplication.cpp \ +../3rdparty/qtsingleapplication/qtsinglecoreapplication.cpp + +OBJS += \ +./3rdparty/qtsingleapplication/qtlocalpeer.o \ +./3rdparty/qtsingleapplication/qtlockedfile.o \ +./3rdparty/qtsingleapplication/qtlockedfile_unix.o \ +./3rdparty/qtsingleapplication/qtlockedfile_win.o \ +./3rdparty/qtsingleapplication/qtsingleapplication.o \ +./3rdparty/qtsingleapplication/qtsinglecoreapplication.o + +CPP_DEPS += \ +./3rdparty/qtsingleapplication/qtlocalpeer.d \ +./3rdparty/qtsingleapplication/qtlockedfile.d \ +./3rdparty/qtsingleapplication/qtlockedfile_unix.d \ +./3rdparty/qtsingleapplication/qtlockedfile_win.d \ +./3rdparty/qtsingleapplication/qtsingleapplication.d \ +./3rdparty/qtsingleapplication/qtsinglecoreapplication.d + + +# Each subdirectory must supply rules for building sources it contributes +3rdparty/qtsingleapplication/%.o: ../3rdparty/qtsingleapplication/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: GCC C++ Compiler' + g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + |
