forked from qt-creator/qt-creator
Add information about how to write plugin tests and how to integrate unit tests. Change-Id: I13721f03c4c55a265a93f71a7c4d892f3e53a6bb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
10 lines
122 B
C++
10 lines
122 B
C++
#pragma once
|
|
|
|
#include "example_global.h"
|
|
|
|
namespace Example {
|
|
|
|
int EXAMPLE_EXPORT addOne(int i);
|
|
|
|
} // namespace Example
|