Ticket #5992: MythTV-mythgallery.pro.patch

File MythTV-mythgallery.pro.patch, 601 bytes (added by Jonathan Martens <jonathan@…>, 15 years ago)

Add /include folder for libexif include files

  • mythgallery/mythgallery/mythgallery.pro

     
    1414target.path = $${LIBDIR}/mythtv/plugins
    1515INSTALLS += target
    1616
    17 INCLUDEPATH += $${PREFIX}/include/mythtv
     17INCLUDEPATH += $${PREFIX}/include/mythtv /include
    1818
    1919# Input
    2020HEADERS += iconview.h          singleview.h
     
    3535    DEFINES += USING_OPENGL
    3636}
    3737
    38 
    3938#The following line was inserted by qt3to4
    4039QT += network opengl sql xml
    4140