~ubuntu-branches/debian/sid/qmidinet/sid

« back to all changes in this revision

Viewing changes to src/src.pro

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-05-22 21:07:51 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120522210751-1f0vp12ks33z6z27
Tags: 0.1.2-1
* New upstream bugfix release.
* Enable parallel builds.
* Update Vcs fields.
* Update debian/copyright to the machine-readable format.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
unix {
35
35
 
36
 
        #VARIABLES
 
36
        # variables
37
37
        OBJECTS_DIR = .obj
38
38
        MOC_DIR     = .moc
39
39
        UI_DIR      = .ui
45
45
        BINDIR = $$PREFIX/bin
46
46
        DATADIR = $$PREFIX/share
47
47
 
48
 
        DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\"
 
48
        DEFINES += DATADIR=\"$$DATADIR\"
49
49
 
50
 
        #MAKE INSTALL
 
50
        # make install
51
51
        INSTALLS += target desktop icon
52
52
 
53
53
        target.path = $$BINDIR