equal
deleted
inserted
replaced
12 mac { |
12 mac { |
13 LIBS += -framework Security -framework AppKit -framework Carbon |
13 LIBS += -framework Security -framework AppKit -framework Carbon |
14 OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm |
14 OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm |
15 } |
15 } |
16 |
16 |
|
17 x11 { |
|
18 LIBS += $$QMAKE_LIBS_X11 |
|
19 } |
|
20 |
17 symbian { |
21 symbian { |
18 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
22 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
19 LIBS += -leikcore -lcone -leikcoctl |
23 LIBS += -leikcore -lcone -leikcoctl |
20 } |
24 } |
21 |
25 |