Skip to content

Commit

Permalink
QtX11Extras
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Nov 18, 2013
1 parent ede20b8 commit b77d1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROJECTINFO.cmake
Expand Up @@ -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" )
Expand Down

0 comments on commit b77d1a6

Please sign in to comment.