- first experiments with QJson serialization
[buliscores] / qjson / tests / parser / parser.pro
diff --git a/qjson/tests/parser/parser.pro b/qjson/tests/parser/parser.pro
deleted file mode 100644 (file)
index b4ab29e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-SOURCES = testparser.cpp
-CONFIG  += qtestlib
-CONFIG += link_prl
-DEFINES += QMAKE_BUILD
-
-win32 {
-  LIBS += -L../../lib -lqjson0
-} else {
-  LIBS += -L../../lib -lqjson
-}
-INCLUDEPATH +=  . \
-                ../../src