DEBSOURCES
Skip Quicknav
sources / qbs / 2.6.1-1 / tutorial / chapter-3 / lib / lib.h
1234567891011
#ifndef LIB_H #define LIB_H //! [0] // lib/lib.h #include "lib_global.h" MYLIB_EXPORT const char *get_string(); //! [0] #endif // LIB_H