KInit
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include <process.h>
#include <windows.h>
#include <QString>
#include <QProcess>
#include <QtDebug>
#include <QFileInfo>
#include <QCoreApplication>
#include <QList>
Include dependency graph for kwrapper_win.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
bool | verbose = 0 |
Function Documentation
int main | ( | int | argc, |
char ** | argv | ||
) |
pathes for using in environment of started process
pathes for using to find executable
add pathes from PATH environment
- all to client path environment
- pathes not ending with lib to application search path
add bin and lib pathes from KDEDIRS
- bin/lib to client path environment
- bin to application search path
Definition at line 60 of file kwrapper_win.cpp.
Variable Documentation
bool verbose = 0 |
Definition at line 58 of file kwrapper_win.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.