summaryrefslogtreecommitdiff
path: root/core/apps/qss/qss.pro
authorzecke <zecke>2005-03-02 21:14:20 (UTC)
committer zecke <zecke>2005-03-02 21:14:20 (UTC)
commit7e3e1699927a16421eedf8f02d7c38ffe0de7bad (patch) (unidiff)
treecbf06da240f1e53fa4d57e9ea636fd2008629f26 /core/apps/qss/qss.pro
parentc53f94fe28e8ec62a48d82d952c3d5e6a2ab85f2 (diff)
downloadopie-7e3e1699927a16421eedf8f02d7c38ffe0de7bad.zip
opie-7e3e1699927a16421eedf8f02d7c38ffe0de7bad.tar.gz
opie-7e3e1699927a16421eedf8f02d7c38ffe0de7bad.tar.bz2
-Build qss by updating the qss.pro
-Add a .cvsignore file -Make it selectable/buildable in our buildsystem by adding it to packages and creating a config.in
Diffstat (limited to 'core/apps/qss/qss.pro') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/qss/qss.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/apps/qss/qss.pro b/core/apps/qss/qss.pro
index f4f46dd..277f239 100644
--- a/core/apps/qss/qss.pro
+++ b/core/apps/qss/qss.pro
@@ -1,10 +1,10 @@
1 CONFIG += qtopiaapp 1 CONFIG += release
2 CONFIG -= buildQuicklaunch
3 SOURCES = main.cpp 2 SOURCES = main.cpp
4 3
5 TARGET = qss 4 TARGET = qss
6TRANSLATABLES = $$SOURCES 5DESTDIR = $(OPIEDIR)/bin
7 6
8PACKAGE_DESCRIPTION=QWS Sound Server 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDSPATH += $(OPIEDIR)/include
9 9
10TRANSLATIONS= 10include( $(OPIEDIR)/include.pro )