aboutsummaryrefslogtreecommitdiff
path: root/modules/kde4init_win32lib_dummy.cpp.in
blob: 0aa704bc378899eecfae724ab991431dc81e70e7 (plain)
1
2
3
4
5
/* 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; }