Skip to content

Commit

Permalink
revers CRLF
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Jun 4, 2016
1 parent 393b58b commit d91a31c
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions defaults/appbase.pri
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
win32 {
INCLUDEPATH += $$quote($$(TFDIR)\\include)
LIBS += -L$$quote($$(TFDIR)\\bin)
CONFIG(debug, debug|release) {
LIBS += -ltreefrogd1
} else {
LIBS += -ltreefrog1
}
} else {
macx {
macx:LIBS += -F/Library/Frameworks -framework treefrog
macx:INCLUDEPATH += /Library/Frameworks/treefrog.framework/Headers
} else {
unix:LIBS += -ltreefrog
unix:INCLUDEPATH += /usr/include/treefrog
}

# c++11
lessThan(QT_MAJOR_VERSION, 5) {
QMAKE_CXXFLAGS += -std=c++0x
}
}
win32 {
INCLUDEPATH += $$quote($$(TFDIR)\\include)
LIBS += -L$$quote($$(TFDIR)\\bin)
CONFIG(debug, debug|release) {
LIBS += -ltreefrogd1
} else {
LIBS += -ltreefrog1
}
} else {
macx {
macx:LIBS += -F/Library/Frameworks -framework treefrog
macx:INCLUDEPATH += /Library/Frameworks/treefrog.framework/Headers
} else {
unix:LIBS += -ltreefrog
unix:INCLUDEPATH += /usr/include/treefrog
}

# c++11
lessThan(QT_MAJOR_VERSION, 5) {
QMAKE_CXXFLAGS += -std=c++0x
}
}

0 comments on commit d91a31c

Please sign in to comment.