Docker: New empty shell

The usual boiler plate for plugins, including an option page that
knows how to run "docker search" for demonstration purposes.

Change-Id: I2df91f18f4869cbb2ee8f65ccb8b41969f8c90ae
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2021-03-18 08:52:42 +01:00
parent b746a3e562
commit 6a838d7c3c
14 changed files with 448 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#ifndef DOCKER_GLOBAL_H
#define DOCKER_GLOBAL_H
#if defined(DOCKER_LIBRARY)
# define DOCKER_EXPORT Q_DECL_EXPORT
#else
# define DOCKER_EXPORT Q_DECL_IMPORT
#endif
#endif // DOCKER_GLOBAL_H