mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
5 lines
212 B
C++
5 lines
212 B
C++
/* dummy file, used by KDE4_ADD_KDEINIT_EXECUTABLE() under Windows,
|
|
* so that the created static library is not completely empty */
|
|
|
|
extern "C" int kdeinit_${_KDEINIT4_TARGET_NAME_}_dummy(void) { return 42; }
|
|
|