~ubuntu-branches/debian/sid/qpdfview/sid

« back to all changes in this revision

Viewing changes to qpdfview-application.pro

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2013-07-30 00:00:25 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130730000025-lsj8rjj0brpaj5ve
Tags: 0.4.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
 
135
135
!without_cups {
136
136
    DEFINES += WITH_CUPS
137
 
    LIBS += $$system(cups-config --libs)
 
137
 
 
138
    !isEmpty(CUPS_LIBS) {
 
139
        LIBS += $$CUPS_LIBS
 
140
    } else {
 
141
        LIBS += $$system(cups-config --libs)
 
142
    }
138
143
}
139
144
 
140
145
!without_synctex {
180
185
manual.path = $${MANUAL_INSTALL_PATH}
181
186
 
182
187
INSTALLS += target data launcher manual
 
188
 
 
189
win32:RC_FILE = icons/qpdfview_win32.rc
 
190
os2:RC_FILE = icons/qpdfview_os2.rc