Enable support for C++11
This commit is contained in:
		
					parent
					
						
							
								ed73064ef9
							
						
					
				
			
			
				commit
				
					
						8d84e5115f
					
				
			
		
					 1 changed files with 8 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,9 +1,11 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set(danbooru_client_SRCS
 | 
					set(danbooru_client_SRCS ui/danbooruconnectwidget.ui danbooruconnectwidget.cpp
 | 
				
			||||||
    model/danboorupostdelegate.cpp
 | 
					    model/danboorupostdelegate.cpp
 | 
				
			||||||
    model/danboorutablemodel.cpp
 | 
					    model/danboorupostmodel.cpp
 | 
				
			||||||
 | 
					    danbooruclientview.cpp
 | 
				
			||||||
    test.cpp
 | 
					    test.cpp
 | 
				
			||||||
    testwidget.cpp
 | 
					    testwidget.cpp
 | 
				
			||||||
 | 
					    testpostdata.cpp
 | 
				
			||||||
 )
 | 
					 )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#kde4_add_ui_files(danbooru_client_SRCS danbooru_clientview_base.ui prefs_base.ui)
 | 
					#kde4_add_ui_files(danbooru_client_SRCS danbooru_clientview_base.ui prefs_base.ui)
 | 
				
			||||||
| 
						 | 
					@ -19,7 +21,10 @@ include_directories(
 | 
				
			||||||
    ${CMAKE_CURRENT_SOURCE_DIR}/model
 | 
					    ${CMAKE_CURRENT_SOURCE_DIR}/model
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
kde4_add_ui_files(danbooru_client_SRCS testwidget.ui)
 | 
					kde4_add_ui_files(danbooru_client_SRCS
 | 
				
			||||||
 | 
					                  testwidget.ui
 | 
				
			||||||
 | 
					                  ui/danbooruclientview.ui)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
kde4_add_executable(danbooru_client
 | 
					kde4_add_executable(danbooru_client
 | 
				
			||||||
                    ${danbooru_client_SRCS}
 | 
					                    ${danbooru_client_SRCS}
 | 
				
			||||||
                    )
 | 
					                    )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue