1.1.13
by Jonathan Riddell
Import upstream version 4.0.80 |
1 |
project(kdebase) |
2 |
||
1.1.14
by Jonathan Riddell
Import upstream version 4.0.83 |
3 |
# |
4 |
# |
|
5 |
# WARNING! |
|
6 |
# |
|
7 |
# Existence of this file is mere convenience to developers! it is not part of KDE |
|
8 |
# release. Adding anything here is almost always entirely wrong. Please add it |
|
9 |
# to one of the subdirectories. |
|
10 |
# |
|
11 |
# If you don't understand this warning, contact release-team@kde.org |
|
12 |
# |
|
13 |
# |
|
14 |
||
1.1.13
by Jonathan Riddell
Import upstream version 4.0.80 |
15 |
# search packages used by KDE |
1.1.28
by Jonathan Thomas
Import upstream version 4.2.95 |
16 |
set(KDE_MIN_VERSION "4.2.95") # for the < 4.2 macro |
17 |
find_package(KDE4 4.2.95 REQUIRED) |
|
1.1.13
by Jonathan Riddell
Import upstream version 4.0.80 |
18 |
include (KDE4Defaults) |
19 |
include (MacroLibrary) |
|
20 |
||
1.1.22
by Steve Stalcup
Import upstream version 4.1.96 |
21 |
macro_optional_add_subdirectory( runtime ) |
22 |
||
23 |
macro_optional_add_subdirectory( apps ) |
|
24 |
||
25 |
if ( NOT Q_WS_MAC ) |
|
26 |
macro_optional_add_subdirectory( workspace ) |
|
27 |
endif ( NOT Q_WS_MAC ) |
|
1.1.13
by Jonathan Riddell
Import upstream version 4.0.80 |
28 |
|
29 |
macro_display_feature_log() |