git-svn-id: svn://db.shs.com.ru/pip@496 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -324,10 +324,11 @@ endif()
|
||||
|
||||
|
||||
# Test program
|
||||
#find_package(Qt4 REQUIRED)
|
||||
#include_directories(${QT_INCLUDES})
|
||||
add_executable(pip_test "main.cpp" "ccm_kbd.cpp")
|
||||
target_link_libraries(pip_test pip pip_fftw)# ${QT_QTCORE_LIBRARY})
|
||||
find_package(Qt4 REQUIRED)
|
||||
include_directories(${QT_INCLUDES})
|
||||
qt4_wrap_cpp(CMOCS_TEST "main.h" OPTIONS -nw)
|
||||
add_executable(pip_test "main.cpp" "main.h" "ccm_kbd.cpp" ${CMOCS_TEST})
|
||||
target_link_libraries(pip_test pip pip_fftw ${QT_QTCORE_LIBRARY})
|
||||
|
||||
|
||||
# Install
|
||||
|
||||
Reference in New Issue
Block a user