Skip to content
Snippets Groups Projects
Commit c9cbba3e authored by Langella Olivier's avatar Langella Olivier
Browse files

preparing xtpcpp widget infrastructure

parent ab76fa40
No related branches found
No related tags found
No related merge requests found
......@@ -229,6 +229,9 @@ SET(XTPCPP_MOC_HDRS
)
# Subdirectories
ADD_SUBDIRECTORY(gui/widgets)
# this will run uic on .ui files:
QT5_WRAP_UI( GUI_UI_HDRS ${GUI_UIS} )
......@@ -256,3 +259,4 @@ Qt5::Gui Qt5::Xml Qt5::Svg Qt5::PrintSupport)
INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/xtpcpp DESTINATION bin)
#configure_file (${CMAKE_SOURCE_DIR}/templates/share/applications/pt-peptideviewer.desktop.cmake ${CMAKE_BINARY_DIR}/templates/share/applications/pt-peptideviewer.desktop)
list(APPEND CPP_FILES
)
list(APPEND XTPCPP_SRCS
)
list(APPEND GUI_UIS
)
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>Form</class>
<widget class="QWidget" name="Form" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
</widget>
<pixmapfunction></pixmapfunction>
<connections/>
</ui>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment