Build QTRTPFileTest, QTRTPGen, QTSampleLister
Also ignore workspace.xml from CLion
This commit is contained in:
parent
56b7fad502
commit
cd71f02cba
2 changed files with 17 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,3 +6,5 @@ build
|
|||
*.dsw
|
||||
*/PB.project
|
||||
nbproject
|
||||
|
||||
\.idea/workspace\.xml
|
||||
|
|
|
@ -177,9 +177,6 @@ set(DSS_SOURCE_FILES
|
|||
QTFileLib/QTHintTrack.cpp
|
||||
QTFileLib/QTRTPFile.cpp
|
||||
QTFileLib/QTTrack.cpp
|
||||
QTFileTools/QTRTPFileTest.tproj/QTRTPFileTest.cpp
|
||||
QTFileTools/QTRTPGen.tproj/QTRTPGen.cpp
|
||||
QTFileTools/QTSampleLister.tproj/QTSampleLister.cpp
|
||||
QTFileTools/QTSDPGen.tproj/QTSDPGen.cpp
|
||||
QTFileTools/QTTrackInfo.tproj/QTTrackInfo.cpp
|
||||
QTFileTools/RTPFileGen.tproj/RTPFileGen.cpp
|
||||
|
@ -351,7 +348,6 @@ set(PLAYLIST_BROADCASTER_SOURCE_FILES
|
|||
RTPMetaInfoLib/RTPMetaInfoPacket.cpp
|
||||
RTSPClientLib/ClientSocket.cpp
|
||||
RTSPClientLib/RTSPClient.cpp
|
||||
|
||||
PlaylistBroadcaster.tproj/BCasterTracker.cpp
|
||||
PlaylistBroadcaster.tproj/BroadcasterSession.cpp
|
||||
PlaylistBroadcaster.tproj/BroadcastLog.cpp
|
||||
|
@ -446,4 +442,18 @@ add_executable(QTFileInfo ${QTFILELIB_COMMON_SOURCE_FILES} QTFileTools/QTFileInf
|
|||
target_link_libraries(QTFileInfo pthread)
|
||||
|
||||
add_executable(QTFileTest ${QTFILELIB_COMMON_SOURCE_FILES} QTFileTools/QTFileTest.tproj/QTFileTest.cpp)
|
||||
target_link_libraries(QTFileTest pthread)
|
||||
target_link_libraries(QTFileTest pthread)
|
||||
|
||||
add_executable(QTRTPFileTest ${QTFILELIB_COMMON_SOURCE_FILES}
|
||||
QTFileLib/QTRTPFile.cpp
|
||||
QTFileTools/QTRTPFileTest.tproj/QTRTPFileTest.cpp)
|
||||
target_link_libraries(QTRTPFileTest pthread)
|
||||
|
||||
add_executable(QTRTPGen ${QTFILELIB_COMMON_SOURCE_FILES}
|
||||
QTFileLib/QTRTPFile.cpp
|
||||
QTFileTools/QTRTPGen.tproj/QTRTPGen.cpp)
|
||||
target_link_libraries(QTRTPGen pthread)
|
||||
|
||||
add_executable(QTSampleLister ${QTFILELIB_COMMON_SOURCE_FILES}
|
||||
QTFileTools/QTSampleLister.tproj/QTSampleLister.cpp)
|
||||
target_link_libraries(QTSampleLister pthread)
|
Loading…
Add table
Add a link
Reference in a new issue