You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
566 B
26 lines
566 B
15 years ago
|
TEMPLATE = app
|
||
|
#CONFIG = qt warn_on thread
|
||
|
|
||
|
include( $(KDELIBS)/win/common.pro )
|
||
|
|
||
|
|
||
|
CONFIG -= release
|
||
|
CONFIG -= windows
|
||
|
CONFIG += debug
|
||
|
CONFIG += console
|
||
|
|
||
14 years ago
|
unix:DEFINES = NO_INCLUDE_MOCFILES QT_NO_COMPAT
|
||
12 years ago
|
unix:LIBS += -ltdemdi -L$(TDEDIR)/lib -ltdecore -ltdeui -lDCOP -ltdeparts
|
||
13 years ago
|
unix:INCLUDEPATH += . .. $(TDEDIR)/include
|
||
15 years ago
|
|
||
12 years ago
|
LIBS += $$KDELIBDESTDIR\tdemdi$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeparts$$KDELIB_SUFFIX
|
||
15 years ago
|
|
||
|
HEADERS = hello.h \
|
||
|
mainwidget.h
|
||
|
|
||
|
SOURCES = hello.cpp \
|
||
|
mainwidget.cpp \
|
||
|
main.cpp
|
||
|
|
||
|
TARGET = kfourchildren
|