DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-1 / tests / auto / api / testdata / link-staticlibs-dynamiclibs / static2.h
12345678910
#ifndef STATIC2_H #define STATIC2_H class TestMe { public: void hello() const; }; #endif // STATIC2_H