source:
psi/trunk/src/tools/idle/idle.pri
Last change on this file was 9, checked in by , 19 years ago | |
---|---|
File size: 270 bytes |
Line | |
---|---|
1 | idle { |
2 | HEADERS += $$IDLE_CPP/idle.h |
3 | SOURCES += $$IDLE_CPP/idle.cpp |
4 | |
5 | unix:!mac { |
6 | SOURCES += $$IDLE_CPP/idle_x11.cpp |
7 | } |
8 | win32: { |
9 | SOURCES += $$IDLE_CPP/idle_win.cpp |
10 | } |
11 | os2: { |
12 | SOURCES += $$IDLE_CPP/idle_pm.cpp |
13 | } |
14 | mac: { |
15 | SOURCES += $$IDLE_CPP/idle_mac.cpp |
16 | } |
17 | } |
Note:
See TracBrowser
for help on using the repository browser.