| Line | |
|---|
| 1 | systemwatch {
|
|---|
| 2 | HEADERS += $$SYSTEMWATCH_CPP/systemwatch.h
|
|---|
| 3 | SOURCES += $$SYSTEMWATCH_CPP/systemwatch.cpp
|
|---|
| 4 |
|
|---|
| 5 | unix:!mac {
|
|---|
| 6 | HEADERS += $$SYSTEMWATCH_CPP/systemwatch_unix.h
|
|---|
| 7 | SOURCES += $$SYSTEMWATCH_CPP/systemwatch_unix.cpp
|
|---|
| 8 | }
|
|---|
| 9 | win32: {
|
|---|
| 10 | HEADERS += $$SYSTEMWATCH_CPP/systemwatch_win.h
|
|---|
| 11 | SOURCES += $$SYSTEMWATCH_CPP/systemwatch_win.cpp
|
|---|
| 12 | }
|
|---|
| 13 | os2: {
|
|---|
| 14 | HEADERS += $$SYSTEMWATCH_CPP/systemwatch_pm.h
|
|---|
| 15 | SOURCES += $$SYSTEMWATCH_CPP/systemwatch_pm.cpp
|
|---|
| 16 | }
|
|---|
| 17 | mac: {
|
|---|
| 18 | HEADERS += $$SYSTEMWATCH_CPP/systemwatch_mac.h
|
|---|
| 19 | SOURCES += $$SYSTEMWATCH_CPP/systemwatch_mac.cpp
|
|---|
| 20 | }
|
|---|
| 21 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.