Skip to content

Commit b186e71

Browse files
committed
remove maprenderertest in app
1 parent b65df5c commit b186e71

File tree

3 files changed

+0
-167
lines changed

3 files changed

+0
-167
lines changed

src/app/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,6 @@ ELSE (ANDROID)
493493
ADD_EXECUTABLE(${QGIS_APP_NAME} MACOSX_BUNDLE WIN32 main.cpp ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS} ${IMAGE_RCC_SRCS} ${TEST_RCC_SRCS})
494494
ENDIF (ANDROID)
495495

496-
QT4_WRAP_CPP(tst_moc_srcs maprenderertest.h)
497-
ADD_EXECUTABLE(maprenderertest maprenderertest.cpp ${tst_moc_srcs})
498-
TARGET_LINK_LIBRARIES(maprenderertest qgis_core qgis_gui)
499-
500496
IF (WIN32)
501497
IF (MSVC)
502498
ADD_DEFINITIONS("-DAPP_EXPORT=${DLLEXPORT}")

src/app/maprenderertest.cpp

-68
This file was deleted.

src/app/maprenderertest.h

-95
This file was deleted.

0 commit comments

Comments
 (0)