vehicle manage

This commit is contained in:
hm
2020-11-30 11:20:08 +08:00
commit 2a2c9df8f0
9 changed files with 369 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef VEHICLEMANAGE_GLOBAL_H
#define VEHICLEMANAGE_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(VEHICLEMANAGE_LIBRARY)
# define VEHICLEMANAGE_EXPORT Q_DECL_EXPORT
#else
# define VEHICLEMANAGE_EXPORT Q_DECL_IMPORT
#endif
#endif // VEHICLEMANAGE_GLOBAL_H