Changeset 312 in pacpusframework for trunk/src/FileLib
- Timestamp:
- Jul 28, 2014, 4:11:30 PM (10 years ago)
- Location:
- trunk/src/FileLib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/FileLib/CMakeLists.txt
r302 r312 68 68 ) 69 69 list(APPEND LIBS 70 ${QT_LIBRARIES}71 optimized PacpusLib debug PacpusLib_d72 70 optimized ${PROJECT_NAME} debug ${PROJECT_NAME}_d 73 71 ) -
trunk/src/FileLib/test/TestFileLib.cpp
r303 r312 53 53 template < 54 54 typename ErrorInfo, 55 typename E = typename ErrorInfo:: error_info::value_type55 typename E = typename ErrorInfo::value_type 56 56 > 57 57 struct HasErrorInfo
Note:
See TracChangeset
for help on using the changeset viewer.