public
Description: Fancy screenshot composer
Homepage: http://screenie.googlecode.com
Clone URL: git://github.com/ariya/screenie.git
screenie / screenie.pro
100644 24 lines (19 sloc) 0.414 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TEMPLATE = app
TARGET = screenie
DEPENDPATH += .
INCLUDEPATH += .
FORMS = parameters.ui help.ui
SOURCES = screenie.cpp
#CONFIG += console
RESOURCES = resources/screenie.qrc
OBJECTS_DIR = .obj
 
macx {
   ICON = resources/screenie.icns
}
 
win32 {
   OBJECTS_DIR = obj
   RC_FILE = resources/screenie.rc
}
 
TRANSLATIONS = l10n/screenie_fr.ts \
               l10n/screenie_pl.ts \
               l10n/screenie_ru.ts