1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Small update

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@154 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2010-02-01 15:13:23 +00:00 committed by dankers
parent fc7e527af0
commit ea3db356e5
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
The simply way to build this is to use QT Creator, this can be downloaded from http://qt.nokia.com/
Serial port classes:

View File

@ -108,6 +108,3 @@ linux-g++-* {
QMAKE_LFLAGS += -Wl,--allow-shlib-undefined -Wl,--no-undefined
}
# Handle S60 support: Conditionally built
win32:SUPPORT_QT_S60= $$(QTCREATOR_WITH_S60)
else:SUPPORT_QT_S60 = $$(QTCREATOR_WITH_S60)