@@ -36,16 +36,16 if 'static' == get_option('default_library') | |||||
36 | cpp_args += ['-DQT_STATICPLUGIN'] |
|
36 | cpp_args += ['-DQT_STATICPLUGIN'] | |
37 | endif |
|
37 | endif | |
38 |
|
38 | |||
39 | sciqlop_app = executable('sciqlop', |
|
39 | #sciqlop_app = executable('sciqlop', | |
40 | app_sources, |
|
40 | # app_sources, | |
41 | app_moc_files, |
|
41 | # app_moc_files, | |
42 | rc, |
|
42 | # rc, | |
43 | include_directories : [ app_inc], |
|
43 | # include_directories : [ app_inc], | |
44 | link_with: app_libs, |
|
44 | # link_with: app_libs, | |
45 | cpp_args: cpp_args, |
|
45 | # cpp_args: cpp_args, | |
46 | dependencies : [sciqlop_gui, sciqlop_core], |
|
46 | # dependencies : [sciqlop_gui, sciqlop_core], | |
47 | install : true |
|
47 | # install : true | |
48 | ) |
|
48 | # ) | |
49 |
|
49 | |||
50 | sciqlop_app_lib = library('sciqlop', |
|
50 | sciqlop_app_lib = library('sciqlop', | |
51 | app_sources, |
|
51 | app_sources, |
General Comments 0
You need to be logged in to leave comments.
Login now