summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/kmake/src.pro
blob: 2759b169f94c438275ea448d7c3ccd991e43b3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# File generated by tdevelop's qmake manager. 
# ------------------------------------------- 
# Subdir relative project main directory: ./src
# Target is an application:  ../bin/%{APPNAMELC}
TDELIB=$$system(tde-config --expandvars --install lib)
TDEBIN=$$system(tde-config --expandvars --install exe)
TDEAPPS=$$system(tde-config --expandvars --install apps)
TDEPREFIX=$$system(tde-config --prefix)
TDEINCLUDE=$$TDEPREFIX/include/tde $$TDEPREFIX/include

TEMPLATE = app

INSTALLS += %{APPNAMELC}_rc \
            %{APPNAMELC}_desktop \
            target 
target.path = $$TDEBIN 
%{APPNAMELC}_desktop.files += *.desktop 
%{APPNAMELC}_desktop.path = $$TDEAPPS/Utils 
%{APPNAMELC}_rc.files += *.rc 
%{APPNAMELC}_rc.path = $$TDEAPPDATA/%{APPNAMELC} 
FORMS += mainview.ui 
HEADERS += mainviewimp.h 
SOURCES += %{APPNAMELC}.cpp mainviewimp.cpp 
LIBS += -ltdeui -ltdecore
INCLUDEPATH = $$TDEINCLUDE
QMAKE_LIBDIR = $$TDELIB
TARGET = %{APPNAMELC}
DESTDIR = ../bin
CONFIG += release warn_on