Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Run qmake -project, ignore build products
Browse files Browse the repository at this point in the history
  • Loading branch information
amenonsen committed Jan 14, 2010
1 parent b0ae184 commit 5ca61ee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
Makefile
wry.o
moc*
wry
12 changes: 12 additions & 0 deletions wry.pro
@@ -0,0 +1,12 @@
######################################################################
# Automatically generated by qmake (2.01a) Thu Jan 14 12:39:51 2010
######################################################################

TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .

# Input
HEADERS += wry.h
SOURCES += wry.cpp

0 comments on commit 5ca61ee

Please sign in to comment.