diff options
author | Albert Astals Cid <aacid@kde.org> | 2012-05-21 20:28:42 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2012-05-21 20:28:42 +0200 |
commit | 892e486addcbcad619613c7be1ca692a0d36d6e5 (patch) | |
tree | 4a349c06a2968ebf65d0349f7a48c8df09ceee36 /test | |
parent | 794e89ed41d03997778fc4c59b7f1ba557b5e6b7 (diff) |
Compile++
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index cff715c2..178b15e1 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -17,7 +17,7 @@ endif (ENABLE_SPLASH) if (GTK_FOUND) - add_definitions(${GTK2_CFLAGS}) + add_definitions(${GTK3_CFLAGS}) include_directories( ${CMAKE_SOURCE_DIR}/glib @@ -28,7 +28,7 @@ if (GTK_FOUND) gtk-test.cc ) poppler_add_test(gtk-test BUILD_GTK_TESTS ${gtk_splash_test_SRCS}) - target_link_libraries(gtk-test poppler-glib ${GTK2_LIBRARIES}) + target_link_libraries(gtk-test poppler-glib ${GTK3_LIBRARIES}) if (HAVE_CAIRO) @@ -36,7 +36,7 @@ if (GTK_FOUND) pdf-inspector.cc ) poppler_add_test(pdf-inspector BUILD_GTK_TESTS ${pdf_inspector_SRCS}) - target_link_libraries(pdf-inspector poppler-glib ${GTK2_LIBRARIES}) + target_link_libraries(pdf-inspector poppler-glib ${GTK3_LIBRARIES}) endif (HAVE_CAIRO) |