[go: up one dir, main page]

Menu

[r3]: / trunk / cutecom / cutecom.pro  Maximize  Restore  History

Download this file

23 lines (17 with data), 482 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
SOURCES += main.cpp qcppdialogimpl.cpp
HEADERS += qcppdialogimpl.h
unix {
UI_DIR = ./
MOC_DIR = .moc
OBJECTS_DIR = .obj
}
FORMS = cutecommdlg.ui
TEMPLATE =app
CONFIG += qt warn_on release thread
LANGUAGE = C++
DESKTOP_PATH = $$system(kde-config --install apps --expandvars)
desktop.files=cutecom.desktop
desktop.path=$$DESKTOP_PATH/Utilities
#desktop.extra=echo "CuteCom will be installed in the Utilities submenu"
target.path = /usr/local/bin
INSTALLS += target desktop