File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
# application test
5
5
6
6
SET (applicationtest_SRCS testqgsapplication.cpp )
7
- SET (applicationtest_MOC_CPPS testqgsapplication.cpp )
8
- QT4_WRAP_CPP (applicationtest_MOC_SRCS ${applicationtest_MOC_CPPS} )
9
- ADD_CUSTOM_TARGET (applicationtestmoc ALL DEPENDS ${applicationtest_MOC_SRCS} )
7
+ QT4_GENERATE_MOC (${CMAKE_CURRENT_SOURCE_DIR} /testqgsapplication.cpp testqgsapplication.moc )
8
+ #SET(applicationtest_MOC_CPPS testqgsapplication.cpp)
9
+ #QT4_WRAP_CPP(applicationtest_MOC_SRCS ${applicationtest_MOC_CPPS})
10
+ #ADD_CUSTOM_TARGET(applicationtestmoc ALL DEPENDS ${applicationtest_MOC_SRCS})
10
11
#QT4_GENERATE_MOC(${CMAKE_CURRENT_SOURCE_DIR}/testqgsapplication.cpp moc_testqgsapplication.cxx)
11
12
12
13
#####################################################
You can’t perform that action at this time.
0 commit comments