~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/shared/qbs/src/app/config-ui/config-ui.qbs

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
QbsApp {
5
5
    Depends { name: "Qt.widgets" }
6
6
    name: "qbs-config-ui"
 
7
    consoleApplication: false
7
8
    files: [
8
9
        "main.cpp",
9
10
        "mainwindow.cpp",