parent
93907d7e7a
commit
3114b735fe
@ -1,15 +1,15 @@
|
||||
!!!!!ATTENTION!!!!!
|
||||
|
||||
Before starting the build you may need to setup the KDE environment variables.
|
||||
Before starting the build you may need to setup the KDE4 environment variables.
|
||||
To do this open Project->Project Options and then look at the "Run" and the "Make"
|
||||
pages. Each of these two has an environment variables widget in which you have
|
||||
to fill in the right values for the variables already listed.
|
||||
|
||||
After setting up the variables you'll also need to run cmake inside the build
|
||||
directory. This can not be done by tdevelop as a KDE environment is needed
|
||||
when running cmake to find KDE. Open the integrated konsole and change to the build
|
||||
subdirectory. Then setup a KDE environment and run "cmake ../".
|
||||
directory. This can not be done by tdevelop as a KDE4 environment is needed
|
||||
when running cmake to find KDE4. Open the integrated konsole and change to the build
|
||||
subdirectory. Then setup a KDE4 environment and run "cmake ../".
|
||||
|
||||
More information how to setup a KDE development environment can be found on
|
||||
http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE_with_Scripts
|
||||
More information how to setup a KDE4 development environment can be found on
|
||||
http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scripts
|
||||
|
||||
|
@ -1,30 +1,30 @@
|
||||
[Desktop Entry]
|
||||
Name=KApp4
|
||||
Name[nds]=KProg4
|
||||
Name[sv]=TDE 4-program
|
||||
Name[sv]=KDE 4-program
|
||||
Name[zh_TW]=KApp4 程式
|
||||
Exec=kapp4 %i -caption "%c"
|
||||
Icon=kapp4
|
||||
Type=Application
|
||||
X-DocPath=kapp4/kapp4.html
|
||||
GenericName=A KDE Application
|
||||
GenericName[ca]=Una aplicació del KDE
|
||||
GenericName[da]=Et KDE-program
|
||||
GenericName[de]=Eine TDE 4-Anwendung
|
||||
GenericName[el]=Μία εφαρμογή του KDE
|
||||
GenericName[es]=Una aplicación para KDE
|
||||
GenericName[et]=KDE rakendus
|
||||
GenericName[hu]=KDE-alapú alkalmazás
|
||||
GenericName[it]=Applicazione KDE
|
||||
GenericName[nds]=En KDE-Programm
|
||||
GenericName[nl]=Een KDE-programma
|
||||
GenericName[pl]=Program dla KDE
|
||||
GenericName[pt]=Uma Aplicação do KDE
|
||||
GenericName[pt_BR]=Uma Aplicação do KDE
|
||||
GenericName[ru]=Приложение TDE 4
|
||||
GenericName[sk]=KDE aplikácia
|
||||
GenericName[sr]=KDE програм
|
||||
GenericName[sr@Latn]=KDE program
|
||||
GenericName[sv]=Ett TDE 4-program
|
||||
GenericName[zh_TW]=KDE 應用程式
|
||||
GenericName=A KDE4 Application
|
||||
GenericName[ca]=Una aplicació del KDE4
|
||||
GenericName[da]=Et KDE4-program
|
||||
GenericName[de]=Eine KDE 4-Anwendung
|
||||
GenericName[el]=Μία εφαρμογή του KDE4
|
||||
GenericName[es]=Una aplicación para KDE4
|
||||
GenericName[et]=KDE4 rakendus
|
||||
GenericName[hu]=KDE4-alapú alkalmazás
|
||||
GenericName[it]=Applicazione KDE4
|
||||
GenericName[nds]=En KDE4-Programm
|
||||
GenericName[nl]=Een KDE4-programma
|
||||
GenericName[pl]=Program dla KDE4
|
||||
GenericName[pt]=Uma Aplicação do KDE4
|
||||
GenericName[pt_BR]=Uma Aplicação do KDE4
|
||||
GenericName[ru]=Приложение KDE 4
|
||||
GenericName[sk]=KDE4 aplikácia
|
||||
GenericName[sr]=KDE4 програм
|
||||
GenericName[sr@Latn]=KDE4 program
|
||||
GenericName[sv]=Ett KDE 4-program
|
||||
GenericName[zh_TW]=KDE4 應用程式
|
||||
Terminal=false
|
||||
|
Loading…
Reference in new issue