Last change
on this file was 2, checked in by dmik, 20 years ago |
Imported xplatform parts of the official release 3.3.1 from Trolltech
|
File size:
334 bytes
|
Line | |
---|
1 | TEMPLATE = app
|
---|
2 | TARGET = remotecontrol
|
---|
3 |
|
---|
4 | CONFIG += qt warn_on release
|
---|
5 |
|
---|
6 | REQUIRES = network full-config nocrosscompiler
|
---|
7 |
|
---|
8 | HEADERS = startup.h \
|
---|
9 | remotectrlimpl.h \
|
---|
10 | ipcserver.h
|
---|
11 | SOURCES = main.cpp \
|
---|
12 | startup.cpp \
|
---|
13 | remotectrlimpl.cpp \
|
---|
14 | ipcserver.cpp
|
---|
15 | INTERFACES = remotectrl.ui \
|
---|
16 | maindialog.ui
|
---|
Note:
See
TracBrowser
for help on using the repository browser.