CMake refactoring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
find_package(OpenGL REQUIRED)
|
||||
_qt_project(qglview FALSE "QAD" "Gui;OpenGL;Xml" "qad_widgets;qad_utils;${OPENGL_LIBRARIES}")
|
||||
_qt_install(qglview FALSE "qad" "out_HDR" "out_QM")
|
||||
shstk_qt_project(qglview FALSE "qad" "Gui;OpenGL;Xml" "qad_widgets;qad_utils;${OPENGL_LIBRARIES}")
|
||||
shstk_qt_install("qad" FALSE qglview "out_HDR" "out_QM")
|
||||
|
||||
qt_sources(test_SRC DIR "qglview_test")
|
||||
qt_wrap(${test_SRC} CPPS test_CPP)
|
||||
|
||||
@@ -1 +1 @@
|
||||
_qt_plugin(qglview "Gui;Widgets;OpenGL" "qglview")
|
||||
shstk_qt_plugin(qglview "Gui;Widgets;OpenGL" "qglview")
|
||||
|
||||
Reference in New Issue
Block a user