remove json dir, experiments are carried out in branch
[buliscores] / qjson / tests / qobjecthelper / qobjecthelper.pro
diff --git a/qjson/tests/qobjecthelper/qobjecthelper.pro b/qjson/tests/qobjecthelper/qobjecthelper.pro
deleted file mode 100644 (file)
index fa4d47e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-CONFIG  += qtestlib
-CONFIG += link_prl
-DEFINES += QMAKE_BUILD
-
-HEADERS = person.h
-
-SOURCES = testqobjecthelper.cpp \
-          person.cpp
-
-win32 {
-  LIBS += -L../../lib -lqjson0
-} else {
-  LIBS += -L../../lib -lqjson
-}
-INCLUDEPATH +=  . \
-                ../../src