File: simpletextviewer.pro

package info (click to toggle)
qt4-x11 4.2.1-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 146,128 kB
  • ctags: 123,845
  • sloc: cpp: 677,292; ansic: 263,139; sh: 22,972; xml: 12,936; python: 6,078; asm: 1,105; perl: 882; makefile: 355; sed: 3
file content (16 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += assistant

QT += network

HEADERS       = mainwindow.h \
                findfiledialog.h
SOURCES       = main.cpp \
                mainwindow.cpp \
                findfiledialog.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
sources.files = $$SOURCES $$HEADERS $$RESOURCES documentation *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
INSTALLS += target sources