source: psi/trunk/src/tools/idle/idle.pri

Last change on this file was 9, checked in by dmik, 19 years ago

Tools: Added dummy OS/2 FileWatch/DirWatch, GlobalAccelManager, Idle, SystemWatch and TrayIcon class implementations.

File size: 270 bytes
Line 
1idle {
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.