Changeset 56 for psi/trunk/iris
- Timestamp:
- Sep 21, 2006, 9:40:35 PM (19 years ago)
- Location:
- psi/trunk/iris/example
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/iris/example/example.pri
r2 r56 1 OS = unknown 2 os2:OS = os2 3 win32:OS = win 4 unix:OS = nix 5 mac:OS = mac 6 1 7 # stay clean 2 MOC_DIR = .moc 3 OBJECTS_DIR = .obj 4 UI_DIR = .ui 8 debug: { 9 MOC_DIR = .debug/.$$OS/.moc 10 OBJECTS_DIR = .debug/.$$OS/.obj 11 UI_DIR = .debug/.$$OS/.ui 12 } else { 13 MOC_DIR = .$$OS/.moc 14 OBJECTS_DIR = .$$OS/.obj 15 UI_DIR = .$$OS/.ui 16 } 5 17 6 18 # include some of cutestuff -
psi/trunk/iris/example/server/server.pro
r2 r56 3 3 TARGET = server 4 4 5 MOC_DIR = .moc 6 OBJECTS_DIR = .obj 7 UI_DIR = .ui 5 OS = unknown 6 os2:OS = os2 7 win32:OS = win 8 unix:OS = nix 9 mac:OS = mac 10 11 debug: { 12 MOC_DIR = .debug/.$$OS/.moc 13 OBJECTS_DIR = .debug/.$$OS/.obj 14 UI_DIR = .debug/.$$OS/.ui 15 } else { 16 MOC_DIR = .$$OS/.moc 17 OBJECTS_DIR = .$$OS/.obj 18 UI_DIR = .$$OS/.ui 19 } 8 20 9 21 include(../xmpptest/iris.pri) -
psi/trunk/iris/example/xmpptest/xmpptest.pro
r2 r56 3 3 TARGET = xmpptest 4 4 5 MOC_DIR = .moc 6 OBJECTS_DIR = .obj 7 UI_DIR = .ui 5 OS = unknown 6 os2:OS = os2 7 win32:OS = win 8 unix:OS = nix 9 mac:OS = mac 10 11 debug: { 12 MOC_DIR = .debug/.$$OS/.moc 13 OBJECTS_DIR = .debug/.$$OS/.obj 14 UI_DIR = .debug/.$$OS/.ui 15 } else { 16 MOC_DIR = .$$OS/.moc 17 OBJECTS_DIR = .$$OS/.obj 18 UI_DIR = .$$OS/.ui 19 } 8 20 9 21 #DEFINES += CS_XMPP
Note:
See TracChangeset
for help on using the changeset viewer.