| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdelibs/; revision=520790
|
|
svn path=/trunk/KDE/kdelibs/; revision=510062
|
|
svn path=/trunk/KDE/kdelibs/; revision=509911
|
|
of course...
svn path=/trunk/KDE/kdelibs/; revision=509625
|
|
svn path=/trunk/KDE/kdelibs/; revision=509624
|
|
own FindKDEWIN32.cmake file
-added a new FindGNUWIN32.cmake file, which tries to find the gnuwin32 base directory
-changed all "FOO_LIBRARY" variable names to "FOO_LIBRARIES" to be more consistent with the other cmake modules
-added a macro_getenv_win_path() which replaces all backslahes with slashes from environment variables
-modified the kde4_add_kcfg_files() command, so that the generated header is also processed by moc
-all tests compile and link
Alex
CCMAIL:kde-buildsystem@kde.org
The changes to the windows stuff are untested, since I don't have a windows box.
Please check that everything still works. Please have a look at FindGNUWIN32.cmake,
there are probably ways to improve this. The resulting GNUWIN32_DIR variable is used in other
cmake modules as default path to search for headers and libraries.
svn path=/trunk/KDE/kdelibs/; revision=508648
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=507636
|
|
svn path=/trunk/KDE/kdelibs/; revision=507241
|
|
svn path=/trunk/KDE/kdelibs/; revision=503362
|
|
-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
|