~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to tools/designer/src/plugins/plugins.pri

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CONFIG += designer debug_and_release
 
2
DESTDIR = $$QT_BUILD_TREE/plugins/designer
 
3
contains(TEMPLATE,lib) {
 
4
   CONFIG(debug, debug|release) {
 
5
      unix:TARGET = $$member(TARGET, 0)_debug
 
6
      else:TARGET = $$member(TARGET, 0)d
 
7
   }
 
8
}
 
9
 
 
10
# install
 
11
target.path = $$[QT_INSTALL_PLUGINS]/designer
 
12
INSTALLS += target