Remove unit tests

This commit is contained in:
Victor Tran 2020-05-25 21:50:06 +10:00
parent 7f654f739c
commit f954021984
No known key found for this signature in database
GPG key ID: FBA10B22D602BAC1
2 changed files with 5 additions and 5 deletions

View file

@ -27,8 +27,8 @@
#define THELIBSSHARED_EXPORT Q_DECL_IMPORT
#endif
#define THE_LIBS_API_VERSION 4
#define THE_LIBS_VERSION "2.1"
#define THE_LIBS_API_VERSION 5
#define THE_LIBS_VERSION "2.2"
#ifdef QT_WIDGETS_LIB
#define SC_DPI(pixels) static_cast<int>(pixels * theLibsGlobal::getDPIScaling())

View file

@ -7,6 +7,6 @@ unittest.depends = library
SUBDIRS += library
!android {
unittest
}
#!android {
# unittest
#}