mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
interfaces: fix terminal example
This commit is contained in:
parent
55ae073a63
commit
3ce9d19d22
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
project(tetest)
|
||||
|
||||
find_package(KDE4 REQUIRED)
|
||||
include(KDE4Defaults)
|
||||
include_directories(${KDE4_INCLUDES})
|
||||
|
||||
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
|
|
@ -37,3 +37,4 @@ int main( int argc, char** argv )
|
|||
return app.exec();
|
||||
};
|
||||
|
||||
#include "moc_main.cpp"
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef MAIN_H
|
||||
#define MAIN_H
|
||||
|
||||
#include <QObject>
|
||||
#include <KMainWindow>
|
||||
|
||||
class Window : public KMainWindow
|
||||
|
|
Loading…
Add table
Reference in a new issue