Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdelibs/; revision=503588
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=503508
|
|
definitions for QT_AND_KDECORE_LIBS to get -L and -F
svn path=/trunk/KDE/kdelibs/; revision=503366
|
|
svn path=/trunk/KDE/kdelibs/; revision=503363
|
|
svn path=/trunk/KDE/kdelibs/; revision=503362
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=503277
|
|
really test it)
-some cosmetic changes
-FindQt4 should now also work if only the debug libraries are present, less LOC
-preparation for windows developers
Alex
svn path=/trunk/KDE/kdelibs/; revision=503263
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=503146
|
|
Qt binaries in the normal system paths
Alex
svn path=/trunk/KDE/kdelibs/; revision=503140
|
|
svn path=/trunk/KDE/kdelibs/; revision=503034
|
|
svn path=/trunk/KDE/kdelibs/; revision=503032
|
|
-compile fix in interfaces/ktexteditor/codecompletion2.h, gcc 3.3.6 didn't compile it:
In file included from /home/alex/src/kde4-svn/kdelibs/kate/part/kateview.h:31,
from /home/alex/src/kde4-svn/kdelibs/kate/part/katesearch.cpp:27:
/home/alex/src/kde4-svn/kdelibs/interfaces/ktexteditor/codecompletion2.h:89: error: duplicate field
enum KTextEditor::CodeCompletionModel::HighlightMethod' (as enum and non-enum)
/home/alex/src/kde4-svn/kdelibs/kate/part/katesearch.cpp: In constructor KateReplacePrompt::KateRep
lacePrompt(QWidget*)':
/home/alex/src/kde4-svn/kdelibs/kate/part/katesearch.cpp:628: warning: __base_ctor' is deprecated
(declared at /home/alex/src/kde4-svn/kdelibs/kdeui/kdialogbase.h:194)
-compile fix in kdeui/ktip.cpp, gcc 3.3.6 didn't compile it
Alex
CCMAIL: kwrite-devel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=503028
|
|
svn path=/trunk/KDE/kdelibs/; revision=503025
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=502616
|
|
-DartConfig.cmake contributed by Bill Hoffman
Alex
svn path=/trunk/KDE/kdelibs/; revision=502405
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=502383
|
|
generated multiple times for the same headers
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501726
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501687
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501434
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501422
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501385
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501378
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501376
|
|
-fix for CheckTypeSize.cmake
-add thread library (required in cmake)
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501365
|
|
-better support for libtool convenience libs
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501320
|
|
FindFoo.cmake files
-FindLibXml2.cmake and FindLibXslt.cmake: modules to find libxml2 and libxslt, generated by the script above
-some tuning in the other modules
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501125
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=500305
|
|
the support for pkg-config was added with a custom cmake module (i.e. script, no editing of C++ sources involved)
since somebody asked me, whether pkg-config is supported by cmake, ccmail to the mailinglist
CCMAIL: kde-buildsystem@kde.org
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=499066
|
|
usage:
pkgconfig(alsa ALSA_INCLUDE_DIR ALSA_LINK_DIR ALSA_LINK_FLAGS ALSA_CFLAGS)
This will fill in the respective values in these four variables. If pkg-config or the software package is not found they will be empty.
This command is not intended to be used directly, but in FindFOO.cmake modules.
CCMAIL: kde-buildsystem@kde.org
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=498955
|
|
"CheckPrototypeExists"
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=498414
|
|
-major improvement of am2cmake: add libtool .la files found in LIBADD to TARGET_LINK_LIBRARIES and fix the loop for adding the libs
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=498154
|