Changeset 385 for trunk/src/plugins
- Timestamp:
- Dec 5, 2009, 2:33:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/qpluginbase.pri
r158 r385 1 1 TEMPLATE = lib 2 isEmpty(QT_MAJOR_VERSION) { 3 VERSION=4.5.1 4 } else { 5 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION} 6 } 2 3 include(../qt_targets.pri) 4 7 5 CONFIG += qt plugin 8 6 … … 12 10 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols 13 11 14 include(../qt_targets.pri)15 16 12 wince*:LIBS += $$QMAKE_LIBS_GUI
Note:
See TracChangeset
for help on using the changeset viewer.