Skip to content

Commit

Permalink
compile qtdeclarative/import
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart authored and axis committed Apr 27, 2011
1 parent a3b3a0e commit 587dcbb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/imports/qimportbase.pri
@@ -1,4 +1,6 @@
symbian:include(../plugins/qpluginbase.pri)
load(qt_module)

symbian:include($$QT_SOURCE_TREE/src/plugins/qpluginbase.pri)
TEMPLATE = lib
CONFIG += qt plugin

Expand All @@ -25,7 +27,7 @@ QMAKE_EXTRA_COMPILERS += copy2build
TARGET = $$qtLibraryTarget($$TARGET)
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols

include(../qt_targets.pri)
include($$QT_SOURCE_TREE/src/qt_targets.pri)

wince*:LIBS += $$QMAKE_LIBS_GUI

Expand Down

0 comments on commit 587dcbb

Please sign in to comment.