Mercurial > dedupe
comparison CMakeLists.txt @ 93:308a718812ba
Small refactoring to allow lazy commits.
| author | Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no> |
|---|---|
| date | Tue, 22 Oct 2013 11:53:54 +0200 |
| parents | 9bf00625988d |
| children | b821d6270741 |
comparison
equal
deleted
inserted
replaced
| 92:f49023c61dac | 93:308a718812ba |
|---|---|
| 103 UniqueString.hpp | 103 UniqueString.hpp |
| 104 ) | 104 ) |
| 105 | 105 |
| 106 SET(MOC_HEADERS | 106 SET(MOC_HEADERS |
| 107 DataController.hpp | 107 DataController.hpp |
| 108 FileDBLink.hpp | |
| 108 ) | 109 ) |
| 109 | 110 |
| 110 # Returns the moc_xxx.cpp files in the foo_MOC_SRCS variable | 111 # Returns the moc_xxx.cpp files in the foo_MOC_SRCS variable |
| 111 QT4_WRAP_CPP(MOC_SOURCES ${MOC_HEADERS}) | 112 QT4_WRAP_CPP(MOC_SOURCES ${MOC_HEADERS}) |
| 112 | 113 |
