Changeset 69
- Timestamp:
- Sep 23, 2006, 10:34:26 PM (19 years ago)
- Location:
- qca-tls/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
qca-tls/trunk
- Property svn:ignore
-
old new 1 1 .* 2 2 Makefile 3 *.def 4 *.dll 5 *.lib 6 *.obj 3 Makefile.* 4 qca-tls-os2 5 qca-tls-win 6 qca-tls-unix 7 qca-tls-mac
-
- Property svn:ignore
-
qca-tls/trunk/qca-tls.pro
r34 r69 4 4 CONFIG += qt thread release plugin 5 5 TARGET = qca-tls 6 7 OS = unknown 8 os2:OS = os2 9 win32:OS = win 10 unix:OS = nix 11 mac:OS = mac 12 13 DESTDIR = qca-tls-$$OS 14 15 debug: { 16 MOC_DIR = .debug/.$$OS/.moc 17 OBJECTS_DIR = .debug/.$$OS/.obj 18 UI_DIR = .debug/.$$OS/.ui 19 } else { 20 MOC_DIR = .$$OS/.moc 21 OBJECTS_DIR = .$$OS/.obj 22 UI_DIR = .$$OS/.ui 23 } 6 24 7 25 !exists(qcaprovider.h) {
Note:
See TracChangeset
for help on using the changeset viewer.