Mercurial > hg > svgui
view config.pri.in @ 623:49afde2dd704 tonioni
put the FlexiNote layer before the note layer to see what happens -- not much
| author | matthiasm |
|---|---|
| date | Tue, 26 Mar 2013 20:14:08 +0000 |
| parents | 462e4f59c261 |
| children |
line wrap: on
line source
CONFIG += @QMAKE_CONFIG@ DEFINES += @HAVES@ QMAKE_CC = @CC@ QMAKE_CXX = @CXX@ QMAKE_LINK = @CXX@ QMAKE_CFLAGS += @CFLAGS@ QMAKE_CXXFLAGS += @CXXFLAGS@ linux*:LIBS += -lasound macx*:DEFINES += HAVE_QUICKTIME macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices LIBS += @LIBS@
