~ubuntu-branches/ubuntu/precise/qtscriptgenerator/precise

« back to all changes in this revision

Viewing changes to qtbindings/qtbindingsbase.pri

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2009-04-25 16:16:02 UTC
  • Revision ID: james.westby@ubuntu.com-20090425161602-vrlxapa3fbo2k3x7
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = lib
 
2
DEPENDPATH += .
 
3
INCLUDEPATH += .
 
4
DESTDIR = $$PWD/../plugins/script
 
5
QT += script
 
6
CONFIG += debug_and_release
 
7
GENERATEDCPP = $$PWD/../generated_cpp
 
8
TARGET=$$qtLibraryTarget($$TARGET)