~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/qtopiaapp/app.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE        = app
 
2
CONFIG          = qt warn_on release
 
3
HEADERS         = %{APPNAMELC}.h
 
4
SOURCES         = main.cpp %{APPNAMELC}.cpp
 
5
INTERFACES      = %{APPNAMELC}base.ui
 
6
TARGET          = %{APPNAMELC}
 
7
INCLUDEPATH     += $(QPEDIR)/include
 
8
DEPENDPATH      += $(QPEDIR)/include
 
9
LIBS            += -lqpe
 
10