~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/tools/iostool/iostool.pro

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TARGET = iostool
 
2
 
 
3
QT       += core
 
4
QT       += gui xml
 
5
 
 
6
CONFIG   += console
 
7
 
 
8
# Prevent from popping up in the dock when launched.
 
9
# We embed the Info.plist file, so the application doesn't need to
 
10
# be a bundle.
 
11
QMAKE_LFLAGS += -sectcreate __TEXT __info_plist \"$$PWD/Info.plist\"
 
12
CONFIG -= app_bundle
 
13
 
 
14
LIBS += -framework CoreFoundation -framework CoreServices -framework IOKit -lssl -lbz2 -framework Security -framework SystemConfiguration
 
15
 
 
16
TEMPLATE = app
 
17
 
 
18
include(../../../qtcreator.pri)
 
19
 
 
20
# put into a subdir, so we can deploy a separate qt.conf for it
 
21
DESTDIR = $$IDE_LIBEXEC_PATH/ios
 
22
include(../../rpath.pri)
 
23
 
 
24
SOURCES += main.cpp \
 
25
    iosdevicemanager.cpp
 
26
 
 
27
HEADERS += \
 
28
    iosdevicemanager.h