File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ string(STRIP "${VERSION_CONTENTS}" APP_VERSION)
77# Project definition 
88project (nepdate VERSION  ${APP_VERSION}  LANGUAGES CXX)
99
10+ 
1011set (CMAKE_CXX_STANDARD 17)
1112set (CMAKE_CXX_STANDARD_REQUIRED ON )
1213
@@ -47,7 +48,9 @@ function(add_nepdate_executable target_name sources headers forms resources)
4748    endif ()
4849endfunction ()
4950
51+ 
5052# Define nepdate-widget executable 
53+ 
5154set (NEPDATE_WIDGET_SOURCES
5255    main.cpp
5356    mainwindow.cpp
@@ -71,8 +74,10 @@ set(NEPDATE_WIDGET_RESOURCES
7174    resources.qrc
7275)
7376
77+ 
7478add_nepdate_executable(nepdate_widget "${NEPDATE_WIDGET_SOURCES} "  "${NEPDATE_WIDGET_HEADERS} "  "${NEPDATE_WIDGET_FORMS} "  "${NEPDATE_WIDGET_RESOURCES} " )
7579
80+ 
7681# Set the output name to nepdate-widget 
7782set_target_properties (nepdate_widget PROPERTIES OUTPUT_NAME  nepdate-widget)
7883
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments