##// END OF EJS Templates
[Build]Remove old SciQLop app...
jeandet -
r1493:8e5e8e454bfd
parent child
Show More
@@ -36,16 +36,16 if 'static' == get_option('default_library')
36 36 cpp_args += ['-DQT_STATICPLUGIN']
37 37 endif
38 38
39 sciqlop_app = executable('sciqlop',
40 app_sources,
41 app_moc_files,
42 rc,
43 include_directories : [ app_inc],
44 link_with: app_libs,
45 cpp_args: cpp_args,
46 dependencies : [sciqlop_gui, sciqlop_core],
47 install : true
48 )
39 #sciqlop_app = executable('sciqlop',
40 # app_sources,
41 # app_moc_files,
42 # rc,
43 # include_directories : [ app_inc],
44 # link_with: app_libs,
45 # cpp_args: cpp_args,
46 # dependencies : [sciqlop_gui, sciqlop_core],
47 # install : true
48 # )
49 49
50 50 sciqlop_app_lib = library('sciqlop',
51 51 app_sources,
General Comments 0
You need to be logged in to leave comments. Login now