You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
260 B
9 lines
260 B
14 years ago
|
#MIN_CONFIG(3.3)
|
||
|
# Define a symbol, to know that we're compiling WITH kde. (for apps that
|
||
|
# can compile without KDE, optionally)
|
||
|
AM_CONDITIONAL(KDE_INSTALLED, test "$have_kde" = "yes")
|
||
|
|
||
|
KDE_ENABLE_HIDDEN_VISIBILITY
|
||
|
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
|
||
|
|