Merge pull request #1857 from Diapolo/pro-file

change last occurance of mac to macx in Qt project-file
This commit is contained in:
Wladimir J. van der Laan 2012-09-25 02:53:12 -07:00
commit f5cb3488be
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ windows:!contains(MINGW_THREAD_BUGFIX, 0) {
QMAKE_LIBS_QT_ENTRY = -lmingwthrd $$QMAKE_LIBS_QT_ENTRY
}
!windows:!mac {
!windows:!macx {
DEFINES += LINUX
LIBS += -lrt
}