Changeset 14 for psi/trunk/libpsi
- Timestamp:
- Sep 5, 2006, 1:15:32 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/libpsi/psiwidgets/psiwidgets.pro
r2 r14 2 2 CONFIG += qt thread warn_on release plugin 3 3 TARGET = psiwidgets 4 os2:TARGET = psiwgts 4 5 5 6 #target.path = $(QTDIR)/plugins/designer … … 30 31 31 32 DEFINES += WIDGET_PLUGIN 33 34 debug: { 35 MOC_DIR = debug/.moc 36 OBJECTS_DIR = debug/.obj 37 UI_DIR = debug/.ui 38 } else { 39 MOC_DIR = .moc 40 OBJECTS_DIR = .obj 41 UI_DIR = .ui 42 }
Note:
See TracChangeset
for help on using the changeset viewer.