Changeset 1050 for trunk/src/plugins
- Timestamp:
- Sep 5, 2011, 5:03:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/qpluginbase.pri
r769 r1050 1 1 TEMPLATE = lib 2 3 include(../qt_targets.pri) 4 2 isEmpty(QT_MAJOR_VERSION) { 3 VERSION=4.7.3 4 } else { 5 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION} 6 } 5 7 CONFIG += qt plugin 6 8 … … 9 11 !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT) 10 12 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols 13 14 11 15 12 16 wince*:LIBS += $$QMAKE_LIBS_GUI
Note:
See TracChangeset
for help on using the changeset viewer.