diff --git a/PROJECTINFO.cmake b/PROJECTINFO.cmake index 18ba841d..93672334 100644 --- a/PROJECTINFO.cmake +++ b/PROJECTINFO.cmake @@ -12,8 +12,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) # Instruct CMake to run moc automatically when needed. set(CMAKE_AUTOMOC ON) SET( INTERNAL_DEPS Libyui ) # include libyui or it's plugins (if needed), too! -SET( LIB_LINKER Qt5Core Qt5Gui Qt5Widgets Qt5Svg X11 fontconfig dl pthread ) # define the libs to link against with their -l name for separated with spaces, e.g. pthread dl; include libyui or it's plugins (if needed), too! -SET( EXTRA_INCLUDES /usr/include/qt5 /usr/include/qt5/QtCore /usr/include/qt5/QtGui /usr/include/qt5/QtWidgets /usr/include/qt5/QtSvg) # set include-dir which are not picked by CMake automagically here. +SET( LIB_LINKER Qt5Core Qt5Gui Qt5Widgets Qt5Svg Qt5X11Extras X11 fontconfig dl pthread ) # define the libs to link against with their -l name for separated with spaces, e.g. pthread dl; include libyui or it's plugins (if needed), too! +SET( EXTRA_INCLUDES /usr/include/qt5 /usr/include/qt5/QtCore /usr/include/qt5/QtGui /usr/include/qt5/QtWidgets /usr/include/qt5/QtSvg /usr/include/qt5/QtX11Extras) # set include-dir which are not picked by CMake automagically here. SET( PROGSUBDIR "" ) # define your programm's name if the plugin is made for it, only. e.g. "YaST2" for {gtk,ncurses,qt}-pkg. SET( URL "http://github.com/libyui/" ) SET( SUMMARY "Libyui - Qt User Interface" )