Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.58 KB | None | 0 0
  1. -symbian: {
  2. -    contains(QT_CONFIG, s60): {
  3. +symbian {
  4. +    contains(QT_CONFIG, s60) {
  5.          LIBS += -lavkon -lcone
  6.      }
  7.      !contains(S60_VERSION, 3.1):!contains(S60_VERSION, 3.2) {
  8.          LIBS += -lsensrvclient -lsensrvutil
  9. -    }
  10. -    !contains(S60_VERSION, 3.1):!contains(S60_VERSION, 3.2): {
  11.          SOURCES += $$PWD/deviceorientation_symbian.cpp
  12.          FORMS = $$PWD/recopts.ui \
  13.                       $$PWD/proxysettings.ui
  14. +    } else {
  15. +    SOURCES += $$PWD/deviceorientation.cpp
  16. +    FORMS = $$PWD/recopts.ui \
  17. +            $$PWD/proxysettings.ui
  18.      }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement