~ubuntu-branches/ubuntu/saucy/merkaartor/saucy

« back to all changes in this revision

Viewing changes to plugins/qtstyle/skulpture22/skulpture22.pro

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2009-09-13 00:52:12 UTC
  • mto: (1.2.7 upstream) (0.1.3 upstream) (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090913005212-pjecal8zxm07x0fj
ImportĀ upstreamĀ versionĀ 0.14+svnfixes~20090912

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../../common.pri)
 
2
include(../common.pri)
 
3
 
 
4
TARGET = $$qtLibraryTarget(skulpture)
 
5
 
 
6
#Header files
 
7
HEADERS += \
 
8
    skulpture.h \
 
9
    skulpture_p.h \
 
10
 
 
11
#Source files
 
12
SOURCES += \
 
13
    skulpture.cpp \
 
14
 
 
15