Changeset 92 in pacpusframework
- Timestamp:
- May 21, 2013, 9:55:24 AM (11 years ago)
- Location:
- branches/2.0-beta1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/cmake/PacpusDependencies.cmake
r89 r92 16 16 17 17 # ======================================== 18 # All the Pacpus' modules depends from Qt 418 # All the Pacpus' modules depends from Qt5 19 19 # However, since each module requires specific Qt's modules, they have to include their own QT_USE_FILE 20 20 # ======================================== -
branches/2.0-beta1/src/TestComponents/CMakeLists.txt
r89 r92 1 link_directories(${PACPUS_INSTALL_DIR}/lib) 2 3 set(PACPUS_LIBRARIES 4 optimized FileLib debug FileLib_d 5 optimized PacpusLib debug PacpusLib_d 6 optimized PacpusTools debug PacpusTools_d 7 ) 8 1 9 # ======================================== 2 10 # Libraries, all platforms
Note:
See TracChangeset
for help on using the changeset viewer.