mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
17 lines
389 B
Prolog
17 lines
389 B
Prolog
![]() |
TEMPLATE = app
|
||
|
QT -= gui
|
||
|
|
||
|
include(../libcore/libcore.pri)
|
||
|
|
||
|
# This generate *.moc files from NHEADERS, which get included from *.cpp
|
||
|
new_moc.CONFIG = no_link moc_verify
|
||
|
new_moc.output = ${QMAKE_FILE_BASE}.moc
|
||
|
new_moc.commands = $$moc_header.commands
|
||
|
new_moc.input = NHEADERS
|
||
|
QMAKE_EXTRA_COMPILERS = new_moc
|
||
|
|
||
|
SOURCES += main.cpp
|
||
|
|
||
|
# makes headers visible in qt-creator
|
||
|
HEADERS += $$NHEADERS
|