Changeset 282:527c009de911 in qutecom-coip
- Timestamp:
- Jul 28, 2011 2:27:38 AM (23 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
crashreport/CMakeLists.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
crashreport/CMakeLists.txt
r1 r282 1 ow_create_executable(owcrashreport)1 create_executable(crashreport) 2 2 3 ow_use_public_libraries(3 use_public_libraries( 4 4 ftpupload 5 5 qtcoreutil … … 7 7 ) 8 8 9 ow_use_private_libraries(9 use_private_libraries( 10 10 owsystem 11 11 ) 12 12 13 ow_add_public_include_dirs(13 add_public_include_dirs( 14 14 ${CMAKE_CURRENT_SOURCE_DIR} 15 15 ) 16 16 17 17 # Because of UIC and MOC 18 ow_add_private_include_dirs(18 add_private_include_dirs( 19 19 ${CMAKE_CURRENT_BINARY_DIR} 20 20 ${CMAKE_CURRENT_SOURCE_DIR} … … 29 29 ) 30 30 31 ow_add_sources(31 add_sources( 32 32 main.cpp 33 33 QtCrashReport.cpp 34 34 ) 35 35 36 ow_create_project_binary()36 create_project_binary()
Note: See TracChangeset
for help on using the changeset viewer.
