Remove QCOmmandLineParser.

It is part of Qt >= 5.2.
This commit is contained in:
Felix Geyer
2015-07-22 17:02:50 +02:00
parent 531018e58d
commit 5a745da07b
9 changed files with 1 additions and 1936 deletions

View File

@@ -148,9 +148,6 @@ set_target_properties(testautotype PROPERTIES ENABLE_EXPORTS ON)
add_unit_test(NAME testentry SOURCES TestEntry.cpp
LIBS ${TEST_LIBRARIES})
add_unit_test(NAME testqcommandlineparser SOURCES TestQCommandLineParser.cpp
LIBS ${TEST_LIBRARIES})
add_unit_test(NAME testrandom SOURCES TestRandom.cpp
LIBS ${TEST_LIBRARIES})