Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 366505 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-54 / +1 lines)
Line  Link Here
0
-- digikam-2.5.0/core/tests/CMakeLists.txt
0
++ digikam-2.5.0/core/tests/CMakeLists.txt
Lines 191-249 Link Here
191
191
192
#------------------------------------------------------------------------
192
#------------------------------------------------------------------------
193
193
194
SET(dimagehistorytest_SRCS
195
    abstractdimagehistorytest.cpp
196
    dimagehistorytest.cpp
197
   )
198
199
KDE4_ADD_UNIT_TEST(dimagehistorytest ${dimagehistorytest_SRCS})
200
201
TARGET_LINK_LIBRARIES(dimagehistorytest
202
                      ${KDE4_KDECORE_LIBS}
203
                      ${QT_QTGUI_LIBRARY}
204
                      ${QT_QTTEST_LIBRARY}
205
                      ${KEXIV2_LIBRARIES}
206
                      digikamcore
207
                     )
208
209
#------------------------------------------------------------------------
210
211
SET(dimagehistorygraphtest_SRCS
212
    abstractdimagehistorytest.cpp
213
    dimagehistorygraphtest.cpp
214
    modeltest/modeltest.cpp
215
   )
216
217
KDE4_ADD_UNIT_TEST(dimagehistorygraphtest ${dimagehistorygraphtest_SRCS})
218
219
TARGET_LINK_LIBRARIES(dimagehistorygraphtest
220
                      ${KDE4_KDECORE_LIBS}
221
                      ${KDE4_KIO_LIBS}
222
                      ${QT_QTGUI_LIBRARY}
223
                      ${QT_QTTEST_LIBRARY}
224
                      ${KEXIV2_LIBRARIES}
225
                      digikamdatabase
226
                      digikamcore
227
                     )
228
229
#------------------------------------------------------------------------
230
231
SET(dimagefilteractiontest_SRCS
232
    dimagefilteractiontest.cpp
233
   )
234
235
KDE4_ADD_UNIT_TEST(dimagefilteractiontest ${dimagefilteractiontest_SRCS})
236
237
TARGET_LINK_LIBRARIES(dimagefilteractiontest
238
                      ${KDE4_KDECORE_LIBS}
239
                      ${QT_QTGUI_LIBRARY}
240
                      ${QT_QTTEST_LIBRARY}
241
                      ${KEXIV2_LIBRARIES}
242
                      digikamcore
243
                     )
244
245
#------------------------------------------------------------------------
246
247
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../libs/threadimageio)
194
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../libs/threadimageio)
248
195
249
IF(PGF_FOUND)
196
IF(PGF_FOUND)

Return to bug 366505