8dc174178f
The configure flag is already --enable-kde4, so rename most build and configure variables, including the config headers, and the build module to include the major number. Also rename the TDE MOC stored as $MOC to $TDE_MOC to prevent conflicts. Change-Id: Ib947ae4b80349cc52eac7812cb93e8a42606b526
10 lines
116 B
C
10 lines
116 B
C
/*
|
|
Settings for KDE4 integration.
|
|
*/
|
|
|
|
#ifndef CONFIG_KDE4_H
|
|
#define CONFIG_KDE4_H
|
|
|
|
#define KDE4_HAVE_GLIB 0
|
|
|
|
#endif
|