diff options
author | geronimo <geronimo013@gmx.de> | 2012-08-01 17:29:31 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-08-01 17:29:31 +0200 |
commit | cca6e883c8141c3a67c3c5b232ce0c9b18e7fd59 (patch) | |
tree | 7149351cb466316771ab0ce0bd4ea64b2ba17aa1 /cmps/nbproject/configurations.xml | |
parent | 76c51473ee29a9103201618c8dbbc11fe9b7149e (diff) | |
download | cmp-cca6e883c8141c3a67c3c5b232ce0c9b18e7fd59.tar.gz cmp-cca6e883c8141c3a67c3c5b232ce0c9b18e7fd59.tar.bz2 |
added mediatypes for interlaced video and selective configuration of deepscan
Diffstat (limited to 'cmps/nbproject/configurations.xml')
-rw-r--r-- | cmps/nbproject/configurations.xml | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/cmps/nbproject/configurations.xml b/cmps/nbproject/configurations.xml index ba892d1..8f12212 100644 --- a/cmps/nbproject/configurations.xml +++ b/cmps/nbproject/configurations.xml @@ -51,6 +51,12 @@ kind="TEST"> <itemPath>tests/MetaScanTest.cc</itemPath> </logicalFolder> + <logicalFolder name="f7" + displayName="StringBuilderTest" + projectFiles="true" + kind="TEST"> + <itemPath>tests/StringBuilderTest.cc</itemPath> + </logicalFolder> </logicalFolder> <logicalFolder name="ExternalFiles" displayName="Important Files" @@ -164,6 +170,7 @@ <linkerLibLibItem>rt</linkerLibLibItem> <linkerLibLibItem>ssl</linkerLibLibItem> <linkerLibLibItem>pcrecpp</linkerLibLibItem> + <linkerLibLibItem>mediainfo</linkerLibLibItem> </linkerLibItems> </linkerTool> <requiredProjects> @@ -241,7 +248,7 @@ </incDir> </ccTool> <linkerTool> - <output>${TESTDIR}/TestFiles/f1</output> + <output>${TESTDIR}/TestFiles/codecTest</output> </linkerTool> </folder> <folder path="TestFiles/f2"> @@ -256,7 +263,7 @@ </incDir> </ccTool> <linkerTool> - <output>${TESTDIR}/TestFiles/f2</output> + <output>${TESTDIR}/TestFiles/fsScanTest</output> </linkerTool> </folder> <folder path="TestFiles/f3"> @@ -271,7 +278,7 @@ </incDir> </ccTool> <linkerTool> - <output>${TESTDIR}/TestFiles/f3</output> + <output>${TESTDIR}/TestFiles/connectionHandlerTest</output> </linkerTool> </folder> <folder path="TestFiles/f4"> @@ -286,7 +293,7 @@ </incDir> </ccTool> <linkerTool> - <output>${TESTDIR}/TestFiles/f4</output> + <output>${TESTDIR}/TestFiles/jsonTest</output> </linkerTool> </folder> <folder path="TestFiles/f5"> @@ -301,7 +308,7 @@ </incDir> </ccTool> <linkerTool> - <output>${TESTDIR}/TestFiles/f5</output> + <output>${TESTDIR}/TestFiles/fileSystemTest</output> </linkerTool> </folder> <folder path="TestFiles/f6"> @@ -316,7 +323,22 @@ </incDir> </ccTool> <linkerTool> - <output>${TESTDIR}/TestFiles/f6</output> + <output>${TESTDIR}/TestFiles/metaScanTest</output> + </linkerTool> + </folder> + <folder path="TestFiles/f7"> + <cTool> + <incDir> + <pElem>.</pElem> + </incDir> + </cTool> + <ccTool> + <incDir> + <pElem>.</pElem> + </incDir> + </ccTool> + <linkerTool> + <output>${TESTDIR}/TestFiles/stringBuilderTest</output> </linkerTool> </folder> </conf> |