Changeset 92 in pacpusframework


Ignore:
Timestamp:
05/21/13 09:55:24 (11 years ago)
Author:
morasjul
Message:

Fix TestComponents CMakeLists.txt, add Pacpus libs (missing)

Location:
branches/2.0-beta1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/cmake/PacpusDependencies.cmake

    r89 r92  
    1616
    1717# ========================================
    18 # All the Pacpus' modules depends from Qt4
     18# All the Pacpus' modules depends from Qt5
    1919# However, since each module requires specific Qt's modules, they have to include their own QT_USE_FILE
    2020# ========================================
  • branches/2.0-beta1/src/TestComponents/CMakeLists.txt

    r89 r92  
     1link_directories(${PACPUS_INSTALL_DIR}/lib)
     2
     3set(PACPUS_LIBRARIES
     4    optimized FileLib debug FileLib_d
     5    optimized PacpusLib debug PacpusLib_d
     6    optimized PacpusTools debug PacpusTools_d
     7)
     8
    19# ========================================
    210# Libraries, all platforms
Note: See TracChangeset for help on using the changeset viewer.