Changeset 1077 for trunk/src/plugins/qpluginbase.pri
- Timestamp:
- Sep 13, 2011, 1:44:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/qpluginbase.pri
r1054 r1077 1 1 TEMPLATE = lib 2 isEmpty(QT_MAJOR_VERSION) {3 VERSION=4.7.34 } else {5 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}6 }7 2 CONFIG += qt plugin 8 3 … … 12 7 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols 13 8 9 14 10 include(../qt_targets.pri) 15 11
Note:
See TracChangeset
for help on using the changeset viewer.