diff options
Diffstat (limited to 'config.tests/glibc/glibc.pro')
-rw-r--r-- | config.tests/glibc/glibc.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.tests/glibc/glibc.pro b/config.tests/glibc/glibc.pro new file mode 100644 index 000000000..f72bfb804 --- /dev/null +++ b/config.tests/glibc/glibc.pro @@ -0,0 +1,5 @@ +TARGET = glibc +SOURCES = glibc.cpp +CONFIG -= qt +CONFIG += console + |