mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 10:22:03 -05:00
Remove unit tests
This commit is contained in:
parent
7f654f739c
commit
f954021984
2 changed files with 5 additions and 5 deletions
|
@ -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())
|
||||
|
|
|
@ -7,6 +7,6 @@ unittest.depends = library
|
|||
|
||||
SUBDIRS += library
|
||||
|
||||
!android {
|
||||
unittest
|
||||
}
|
||||
#!android {
|
||||
# unittest
|
||||
#}
|
||||
|
|
Loading…
Reference in a new issue