Mercurial > hg > svgui
annotate config.pri.in @ 1457:160e6d010141 single-point
Avoid showing progress bars for dormant layers. They'll typically be duplicates, e.g. in the vect app you can get many dormant layers all reporting the alignment completion at the same time. (Maybe it would be better just to reject progress bars for alignment in dormant layers? Hm)
author | Chris Cannam |
---|---|
date | Thu, 16 May 2019 15:50:02 +0100 |
parents | 462e4f59c261 |
children |
rev | line source |
---|---|
Chris@573 | 1 |
Chris@573 | 2 CONFIG += @QMAKE_CONFIG@ |
Chris@564 | 3 |
Chris@564 | 4 DEFINES += @HAVES@ |
Chris@564 | 5 |
Chris@569 | 6 QMAKE_CC = @CC@ |
Chris@569 | 7 QMAKE_CXX = @CXX@ |
Chris@573 | 8 QMAKE_LINK = @CXX@ |
Chris@569 | 9 |
Chris@564 | 10 QMAKE_CFLAGS += @CFLAGS@ |
Chris@564 | 11 QMAKE_CXXFLAGS += @CXXFLAGS@ |
Chris@564 | 12 |
Chris@567 | 13 linux*:LIBS += -lasound |
Chris@567 | 14 |
Chris@567 | 15 macx*:DEFINES += HAVE_QUICKTIME |
Chris@573 | 16 macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices |
Chris@567 | 17 |
Chris@564 | 18 LIBS += @LIBS@ |
Chris@564 | 19 |