Re: [orca-list] qt-at-spi



Hy Frederik,

I downloaded latest source with following command:
git clone git://anongit.kde.org/qtatspi

I ran cmake . command in the source tree, and see following error:
"CMake Error at CMakeLists.txt:11 (include):
  include could not find load file:    KDE4Defaults
CMake Error at src/CMakeLists.txt:31 (kde4_add_library):
  Unknown CMake command "kde4_add_library".
-- Configuring incomplete, errors occurred!"

What the proper method if I would like compiling QT At-Spi latest development release? Because I would like testing hungarian translation for QT-At-Spi, I downloaded the awailable translations into qt-at-spi source tree with following commands:
svn checkout -N svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/ l10n
cd l10n
for i in `svn ls` ; do svn up -N $i; done
for i in `ls`; do svn up -N $i/messages && svn up -N $i/messages/playground-accessibility; done for i in `ls`; do cp $i/messages/playground-accessibility/qtatspi_qt.po ../qtatspi_qt_$i.po; done

Attila



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]