- Timestamp:
- Nov 8, 2009, 10:56:30 PM (16 years ago)
- Location:
- tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/common.pri
r209 r303 4 4 else:win32:PLATFORM = win 5 5 else:x11:PLATFORM = x11 6 else:PLATFORM = unk 6 else:PLATFORM = unk 7 7 8 8 # in debug_and_release, we need a -debug or -release suffix to get separate … … 20 20 target.path = $$DEPTH/bin/$${PLATFORM}$${OUTPATH_SUFFIX} 21 21 INSTALLS += target 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 -
tests/widget/widget.pro
r299 r303 1 2 3 4 1 5 DEPTH = . 2 6 include($$DEPTH/../common.pri) 3 7 else:error("Cannot include $$DEPTH/../common.pri!") 4 5 QT = core gui6 7 SOURCES += widget.cpp
Note:
See TracChangeset
for help on using the changeset viewer.